Skip to content

Commit

Permalink
this isn't needed to be translate
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 12, 2023
1 parent 18758b2 commit 5ca4744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm9/source/arm9_exception_handlers_asm.s
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ arm9ExceptionHandlerAddressTable:
.word 0 @ IRQ
.word FIQHandler @ FIQ
.word 0 @ SVC
.word undefinedInstructionHandler @ Istruzioni non definite
.word prefetchAbortHandler @ Aborto Prefetch
.word dataAbortHandler @ Aborto dati
.word undefinedInstructionHandler @ Undefined instruction
.word prefetchAbortHandler @ Prefetch abort
.word dataAbortHandler @ Data abort

.section .arm9_exception_handlers.bss, "aw", %nobits
.align 4
Expand Down

0 comments on commit 5ca4744

Please sign in to comment.