util: Fix warning in u_cpu_detect on non-x86
regs is only set and used on x86; on other platforms (like ARM), this code causes a trivial warning, solved by moving the regs declaration to the architecture-dependent usage. Reviewed-by:Matt Turner <mattst88@gmail.com> Signed-off-by:
Alyssa Rosenzweig <alyssa@rosenzweig.io>