mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Try to avoid glibc global register mangling, again
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4953 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2991990b18
commit
e97b640d47
4 changed files with 45 additions and 26 deletions
|
@ -146,10 +146,9 @@ extern int printf(const char *, ...);
|
|||
#define AREG4 "g6"
|
||||
#else
|
||||
#ifdef __sparc_v9__
|
||||
#define AREG0 "g1"
|
||||
#define AREG1 "g4"
|
||||
#define AREG2 "g5"
|
||||
#define AREG3 "g7"
|
||||
#define AREG0 "g5"
|
||||
#define AREG1 "g6"
|
||||
#define AREG2 "g7"
|
||||
#else
|
||||
#define AREG0 "g6"
|
||||
#define AREG1 "g1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue