Skip to content
Snippets Groups Projects
Commit 8e3d8a82 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

typedef int x86_reg on non x86

Originally committed as revision 18043 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 72ef3dd7
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment