sim-card
/
qemu
Archived
10
0
Fork 0

qemu code is not ready to handle these registers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1391 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-04-24 18:01:56 +00:00
parent b3180cdc01
commit dff293e751
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ extern int printf(const char *, ...);
#define AREG1 "rbx"
#define AREG2 "r12"
#define AREG3 "r13"
#define AREG4 "r14"
#define AREG5 "r15"
//#define AREG4 "r14"
//#define AREG5 "r15"
#endif
#ifdef __powerpc__
#define AREG0 "r27"