diff x86_cpu.h @ 570:152ab60d2d53 libavutil

Only define x86 register names on x86.
author diego
date Sun, 14 Sep 2008 22:17:40 +0000
parents bd4052d9050c
children 880c6441f56a
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"