diff options
author | YamaArashi <shadow962@live.com> | 2016-02-15 03:21:26 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-15 03:21:26 -0800 |
commit | dae4baf0b704d1b566bbff41774f220b00bf365b (patch) | |
tree | 690def17e9d822f5d62f0d8dbbc266202bce8e01 /gcc/except.c | |
parent | ffa585754d6f1cc8eae38ae213b1b1dc6a74d7d3 (diff) |
clean up more reg ifdefs
Diffstat (limited to 'gcc/except.c')
-rwxr-xr-x | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index 2488d58..ffecaf4 100755 --- a/gcc/except.c +++ b/gcc/except.c @@ -2807,7 +2807,7 @@ expand_eh_return () /* Set the return address to the stub label. */ ra = expand_builtin_return_addr (BUILT_IN_RETURN_ADDRESS, - 0, hard_frame_pointer_rtx); + 0, frame_pointer_rtx); if (GET_CODE (ra) == REG && REGNO (ra) >= FIRST_PSEUDO_REGISTER) abort(); |