diff x86_cpu.h @ 475:3213123cd4e7 libavutil

add REGd definition
author mru
date Mon, 17 Mar 2008 23:08:17 +0000
parents bdc8433d739e
children 1b2d09914b4e
line wrap: on
line diff
--- a/x86_cpu.h	Mon Mar 17 09:22:39 2008 +0000
+++ b/x86_cpu.h	Mon Mar 17 23:08:17 2008 +0000
@@ -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