From 9b7b85d26006af61b69dbabe2354d73a8c67cc6c Mon Sep 17 00:00:00 2001 From: pbrook Date: Sun, 25 May 2008 00:36:06 +0000 Subject: Fix off-by-one unwinding error. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4570 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-ppc/op_helper.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target-ppc') diff --git a/target-ppc/op_helper.c b/target-ppc/op_helper.c index 544d906664..1c08172807 100644 --- a/target-ppc/op_helper.c +++ b/target-ppc/op_helper.c @@ -2612,11 +2612,6 @@ DO_SPE_OP1(fsctuf); #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" -- cgit v1.2.1