diff options
author | pbrook <pbrook> | 2008-05-25 00:36:06 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 00:36:06 +0000 |
commit | 928096abc3e327ff6c3a52e3f0af3dd90f50acfa (patch) | |
tree | 685bd291e23bb372818b6c194a6f90b3be61e16a /qemu/target-alpha | |
parent | da14ed655bf1c73e29e3c8bfa801766f8dd51531 (diff) |
Fix off-by-one unwinding error.
Diffstat (limited to 'qemu/target-alpha')
-rw-r--r-- | qemu/target-alpha/op_helper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/target-alpha/op_helper.c b/qemu/target-alpha/op_helper.c index 072499e3..36b98b88 100644 --- a/qemu/target-alpha/op_helper.c +++ b/qemu/target-alpha/op_helper.c @@ -1093,12 +1093,6 @@ void helper_reset_FT2 (void) /* Softmmu support */ #if !defined (CONFIG_USER_ONLY) -#ifdef __s390__ -# define GETPC() ((void*)((unsigned long)__builtin_return_address(0) & 0x7fffffffUL)) -#else -# define GETPC() (__builtin_return_address(0)) -#endif - /* XXX: the two following helpers are pure hacks. * Hopefully, we emulate the PALcode, then we should never see * HW_LD / HW_ST instructions. |