summaryrefslogtreecommitdiff
path: root/libavutil/x86_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/x86_cpu.h')
-rw-r--r--libavutil/x86_cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index 8fd5f8600e..548fe42ec6 100644
--- a/libavutil/x86_cpu.h
+++ b/libavutil/x86_cpu.h
@@ -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