diff options
Diffstat (limited to 'ld/emultempl/spu_icache.S')
-rw-r--r-- | ld/emultempl/spu_icache.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emultempl/spu_icache.S b/ld/emultempl/spu_icache.S index be7d523..12eb7f1 100644 --- a/ld/emultempl/spu_icache.S +++ b/ld/emultempl/spu_icache.S @@ -2,3 +2,6 @@ .global __icache_br_handler __icache_br_handler: stop + .global __icache_call_handler +__icache_call_handler: + stop |