diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:37:13 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-02 20:37:13 -0400 |
commit | 6e3af5fa580d0f6aca3bb310d979323bf2a09a84 (patch) | |
tree | 993c0c156f6a3c310cccd2a3e0ac802b59ab149e /arm9/asm/MSL_Common_signal.s | |
parent | 7673913ee13df86196d2054ba5861a0013e0aa48 (diff) |
Fix indentation in .s files
Diffstat (limited to 'arm9/asm/MSL_Common_signal.s')
-rw-r--r-- | arm9/asm/MSL_Common_signal.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/asm/MSL_Common_signal.s b/arm9/asm/MSL_Common_signal.s index 73cf3f21..8fd03917 100644 --- a/arm9/asm/MSL_Common_signal.s +++ b/arm9/asm/MSL_Common_signal.s @@ -1,14 +1,14 @@ .include "asm/macros.inc"
.include "global.inc"
- .bss
+ .bss
.global signal_funcs
signal_funcs: ; 0x021D74AC
.space 0x1c
.size signal_funcs,.-signal_funcs
- .text
+ .text
arm_func_start raise
raise: ; 0x020E2D7C
@@ -98,9 +98,9 @@ _020E2E9C: .word OSi_ThreadInfo _020E2EA0: .word __cs_id
_020E2EA4: .word __cs_ref
_020E2EA8: .word signal_funcs
- arm_func_end raise
+ arm_func_end raise
- .section .exceptix,4
+ .section .exceptix,4
.word raise
.short 305
|