diff options
Diffstat (limited to 'qemu/target-i386/helper.c')
-rw-r--r-- | qemu/target-i386/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/target-i386/helper.c b/qemu/target-i386/helper.c index 4562a16a..cab085ad 100644 --- a/qemu/target-i386/helper.c +++ b/qemu/target-i386/helper.c @@ -4663,11 +4663,6 @@ static float approx_rcp(float a) #if !defined(CONFIG_USER_ONLY) #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" |