Commit d0250580 authored by mru's avatar mru

add REGd definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12481 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ea7d9585
...@@ -38,6 +38,7 @@ ...@@ -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 @@ ...@@ -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
......
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