changeset 93:b47203d3711f libavutil

Add #define REGc
author gpoirier
date Sat, 12 Aug 2006 16:29:05 +0000
parents 79e95d74ce85
children 7ac2b9550c6b
files x86_cpu.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/x86_cpu.h	Fri Aug 11 21:39:09 2006 +0000
+++ b/x86_cpu.h	Sat Aug 12 16:29:05 2006 +0000
@@ -15,6 +15,7 @@
 #  define REGBP   rbp
 #  define REGa    rax
 #  define REGb    rbx
+#  define REGc    rcx
 #  define REGSP   rsp
 
 #else
@@ -32,6 +33,7 @@
 #  define REGBP   ebp
 #  define REGa    eax
 #  define REGb    ebx
+#  define REGc    ecx
 #  define REGSP   esp
 #endif