Commit 3c9bcb42 authored by Måns Rullgård's avatar Måns Rullgård

add REGd definition

Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a62a1c31
......@@ -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
......
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