mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +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
|