aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r--target-arm/exec.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h
index 83571e6..43bfaa9 100644
--- a/target-arm/exec.h
+++ b/target-arm/exec.h
@@ -19,11 +19,7 @@
#include "config.h"
#include "dyngen-exec.h"
-/* Xcode 4.3 doesn't support global register variables */
-#if !defined(__APPLE_CC__) || __APPLE_CC__ < 5621
- register
-#endif
-struct CPUARMState *env asm(AREG0);
+GLOBAL_REGISTER_VARIABLE_DECL struct CPUARMState *env asm(AREG0);
#include "cpu.h"
#include "exec-all.h"