projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970ac5a
)
Fix for solaris register allocation issue on amd64, by Martin Bochnig.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Feb 2007 18:21:04 +0000
(18:21 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 Feb 2007 18:21:04 +0000
(18:21 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2406
c046a42c
-6fe2-441c-8c8c-
71466251a162
dyngen-exec.h
patch
|
blob
|
history
diff --git
a/dyngen-exec.h
b/dyngen-exec.h
index 7b313d62c72acdf3dc01202ae8f3db06e8b3e214..bf40353b2d0fca43eff9bdca1d756510500fa724 100644
(file)
--- a/
dyngen-exec.h
+++ b/
dyngen-exec.h
@@
-91,12
+91,12
@@
extern int printf(const char *, ...);
#define AREG3 "edi"
#endif
#ifdef __x86_64__
-#define AREG0 "r
bp
"
-#define AREG1 "r
bx
"
+#define AREG0 "r
14
"
+#define AREG1 "r
15
"
#define AREG2 "r12"
#define AREG3 "r13"
-//#define AREG4 "r
14
"
-//#define AREG5 "r
15
"
+//#define AREG4 "r
bp
"
+//#define AREG5 "r
bx
"
#endif
#ifdef __powerpc__
#define AREG0 "r27"