mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
add REGd definition
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a62a1c3152
commit
3c9bcb42cf
@ -38,6 +38,7 @@
|
|||||||
# define REGa rax
|
# define REGa rax
|
||||||
# define REGb rbx
|
# define REGb rbx
|
||||||
# define REGc rcx
|
# define REGc rcx
|
||||||
|
# define REGd rdx
|
||||||
# define REGSP rsp
|
# define REGSP rsp
|
||||||
|
|
||||||
#else
|
#else
|
||||||
@ -56,6 +57,7 @@
|
|||||||
# define REGa eax
|
# define REGa eax
|
||||||
# define REGb ebx
|
# define REGb ebx
|
||||||
# define REGc ecx
|
# define REGc ecx
|
||||||
|
# define REGd edx
|
||||||
# define REGSP esp
|
# define REGSP esp
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user