Commit dff293e751c7670dfc7a8fcc9175446c311f3ed9

Authored by bellard
1 parent b3180cdc

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
Showing 1 changed file with 2 additions and 2 deletions
dyngen-exec.h
@@ -74,8 +74,8 @@ extern int printf(const char *, ...); @@ -74,8 +74,8 @@ extern int printf(const char *, ...);
74 #define AREG1 "rbx" 74 #define AREG1 "rbx"
75 #define AREG2 "r12" 75 #define AREG2 "r12"
76 #define AREG3 "r13" 76 #define AREG3 "r13"
77 -#define AREG4 "r14"  
78 -#define AREG5 "r15" 77 +//#define AREG4 "r14"
  78 +//#define AREG5 "r15"
79 #endif 79 #endif
80 #ifdef __powerpc__ 80 #ifdef __powerpc__
81 #define AREG0 "r27" 81 #define AREG0 "r27"