Commit 9be50e39 authored by Diego Biurrun's avatar Diego Biurrun

Only define x86 register names on x86.

Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4a0266a0
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment