Commit 71295009 authored by Guillaume Poirier's avatar Guillaume Poirier

Add #define REGc

Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 201f1d45
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
# define REGBP rbp # define REGBP rbp
# define REGa rax # define REGa rax
# define REGb rbx # define REGb rbx
# define REGc rcx
# define REGSP rsp # define REGSP rsp
#else #else
...@@ -32,6 +33,7 @@ ...@@ -32,6 +33,7 @@
# define REGBP ebp # define REGBP ebp
# define REGa eax # define REGa eax
# define REGb ebx # define REGb ebx
# define REGc ecx
# 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