Commit ed4768c2 authored by michael's avatar michael

typedef int x86_reg on non x86


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18043 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b8397c1
......@@ -62,6 +62,8 @@ typedef int32_t x86_reg;
# define REGc ecx
# define REGd edx
# define REGSP esp
#else
typedef int x86_reg;
#endif
#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
......
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