diff options
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/x86_cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h index 69ac058..750e061 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -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 |