diff options
Diffstat (limited to 'code/fe310/eos/trap_entry.S')
-rw-r--r-- | code/fe310/eos/trap_entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/trap_entry.S b/code/fe310/eos/trap_entry.S index 3939a3e..5948b13 100644 --- a/code/fe310/eos/trap_entry.S +++ b/code/fe310/eos/trap_entry.S @@ -477,7 +477,7 @@ trap_entry_text: call _exit handle_timer: - call eos_timer_handle + call _eos_timer_handle j trap_exit_text handle_ext: |