mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +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
|