changeset 570:152ab60d2d53 libavutil

Only define x86 register names on x86.
author diego
date Sun, 14 Sep 2008 22:17:40 +0000
parents 165ae9e8f4fb
children 1d948bd9850c
files x86_cpu.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/x86_cpu.h	Sat Sep 06 07:26:05 2008 +0000
+++ b/x86_cpu.h	Sun Sep 14 22:17:40 2008 +0000
@@ -43,7 +43,7 @@
 #    define REGd    rdx
 #    define REGSP   rsp
 
-#else
+#elif ARCH_X86_32
 
 #    define REG_a "eax"
 #    define REG_b "ebx"