OSDN Git Service

add REGd definition
authorMåns Rullgård <mans@mansr.com>
Mon, 17 Mar 2008 23:08:17 +0000 (23:08 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 17 Mar 2008 23:08:17 +0000 (23:08 +0000)
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/x86_cpu.h

index 69ac058..750e061 100644 (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