diff options
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/MSL_Common_direct_io.s | 2 | ||||
-rw-r--r-- | arm9/asm/RUNTIME_ARM_semihosted_console_io.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm9/asm/MSL_Common_direct_io.s b/arm9/asm/MSL_Common_direct_io.s index bc803a3f..8a493303 100644 --- a/arm9/asm/MSL_Common_direct_io.s +++ b/arm9/asm/MSL_Common_direct_io.s @@ -502,4 +502,4 @@ _020DEC5C: exception fread, 269, 0x00407F00
exception __fread, 841, 0x00507F00
- exception __fwrite, 689, 0x0060FF00
\ No newline at end of file + exception __fwrite, 689, 0x0060FF00
diff --git a/arm9/asm/RUNTIME_ARM_semihosted_console_io.s b/arm9/asm/RUNTIME_ARM_semihosted_console_io.s index 6e7ddf0b..b36cee70 100644 --- a/arm9/asm/RUNTIME_ARM_semihosted_console_io.s +++ b/arm9/asm/RUNTIME_ARM_semihosted_console_io.s @@ -75,4 +75,4 @@ __close_console: ; 0x020EC68C bx lr
exception __read_console, 81, 0x00300F00
- exception __write_console, 53, 0x00200700
\ No newline at end of file + exception __write_console, 53, 0x00200700
|