diff options
Diffstat (limited to 'gcc/config/mt/mt.h')
-rw-r--r-- | gcc/config/mt/mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mt/mt.h b/gcc/config/mt/mt.h index 67a8185573d..de20d40eb5a 100644 --- a/gcc/config/mt/mt.h +++ b/gcc/config/mt/mt.h @@ -422,7 +422,7 @@ enum save_direction handlers. */ \ || (interrupt_handler && call_used_regs[regno] \ && !current_function_is_leaf) \ - ||(current_function_calls_eh_return \ + ||(crtl->calls_eh_return \ && (regno == GPR_R7 || regno == GPR_R8)) \ ) \ ) |