diff options
Diffstat (limited to 'target-cris/op_helper.c')
-rw-r--r-- | target-cris/op_helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-cris/op_helper.c b/target-cris/op_helper.c index ea8016b43c..abcf9b47ff 100644 --- a/target-cris/op_helper.c +++ b/target-cris/op_helper.c @@ -24,11 +24,6 @@ #include "mmu.h" #define MMUSUFFIX _mmu -#ifdef __s390__ -# define GETPC() ((void*)((unsigned long)__builtin_return_address(0) & 0x7fffffffUL)) -#else -# define GETPC() (__builtin_return_address(0)) -#endif #define SHIFT 0 #include "softmmu_template.h" |