summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-06 01:53:07 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-06 01:53:07 +0000
commit496c4fa6a9d6e89be4554022c7718fccb06829c0 (patch)
tree8237373cb681db13fcdfe73b59a77f1af7dd0093 /cpudetect.h
parenta54f2f777f271f1ccef17a0a225a0da315d7fe43 (diff)
downloadmpv-496c4fa6a9d6e89be4554022c7718fccb06829c0.tar.bz2
mpv-496c4fa6a9d6e89be4554022c7718fccb06829c0.tar.xz
REGBP
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18392 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 997ec11195..4217211e1e 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -9,6 +9,7 @@
#ifdef ARCH_X86_64
# define REGa rax
# define REGb rbx
+# define REGBP rbp
# define REGSP rsp
# define REG_a "rax"
# define REG_b "rbx"
@@ -21,6 +22,7 @@
#else
# define REGa eax
# define REGb ebx
+# define REGBP ebp
# define REGSP esp
# define REG_a "eax"
# define REG_b "ebx"