mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-30 03:18:20 +00:00
trezorhal: call shutdown in default_handler
This commit is contained in:
parent
69c17dae9b
commit
6738796d8b
@ -5,7 +5,7 @@
|
|||||||
.global default_handler
|
.global default_handler
|
||||||
.type default_handler, STT_FUNC
|
.type default_handler, STT_FUNC
|
||||||
default_handler:
|
default_handler:
|
||||||
b . // loop forever
|
b shutdown
|
||||||
|
|
||||||
.macro add_handler symbol_name:req
|
.macro add_handler symbol_name:req
|
||||||
.word \symbol_name
|
.word \symbol_name
|
||||||
|
Loading…
Reference in New Issue
Block a user