mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-07 20:32:40 +00:00
8 lines
123 B
ArmAsm
8 lines
123 B
ArmAsm
|
.text
|
||
|
.global __icache_br_handler
|
||
|
__icache_br_handler:
|
||
|
stop
|
||
|
.global __icache_call_handler
|
||
|
__icache_call_handler:
|
||
|
stop
|