summaryrefslogtreecommitdiff
path: root/libavutil/x86_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/x86_cpu.h')
-rw-r--r--libavutil/x86_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index fb0c85784e..4b5f10527e 100644
--- a/libavutil/x86_cpu.h
+++ b/libavutil/x86_cpu.h
@@ -43,7 +43,7 @@ typedef int64_t x86_reg;
# define REGd rdx
# define REGSP rsp
-#else
+#elif ARCH_X86_32
# define REG_a "eax"
# define REG_b "ebx"