Commit 5ecae2baa949b96f06cc4b449f26bdffbf1c75f3
1 parent
651ba608
removed unused defines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4517 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
dyngen-exec.h
@@ -117,8 +117,6 @@ extern int printf(const char *, ...); | @@ -117,8 +117,6 @@ extern int printf(const char *, ...); | ||
117 | #define AREG10 "r22" | 117 | #define AREG10 "r22" |
118 | #define AREG11 "r23" | 118 | #define AREG11 "r23" |
119 | #endif | 119 | #endif |
120 | -#define USE_INT_TO_FLOAT_HELPERS | ||
121 | -#define BUGGY_GCC_DIV64 | ||
122 | #elif defined(__arm__) | 120 | #elif defined(__arm__) |
123 | #define AREG0 "r7" | 121 | #define AREG0 "r7" |
124 | #define AREG1 "r4" | 122 | #define AREG1 "r4" |