mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Only define x86 register names on x86.
Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4a0266a0ec
commit
9be50e3922
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user