Mercurial > libavutil.hg
changeset 475:3213123cd4e7 libavutil
add REGd definition
author | mru |
---|---|
date | Mon, 17 Mar 2008 23:08:17 +0000 |
parents | 12eac5da0181 |
children | 3075323f2c2c |
files | x86_cpu.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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