add REGd definition

Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-03-17 23:08:17 +00:00
parent a62a1c3152
commit 3c9bcb42cf
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@
# define REGa rax
# define REGb rbx
# define REGc rcx
# define REGd rdx
# define REGSP rsp
#else
@ -56,6 +57,7 @@
# define REGa eax
# define REGb ebx
# define REGc ecx
# define REGd edx
# define REGSP esp
#endif