diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-06-13 15:44:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 15:44:38 -0400 |
commit | 1406a7a34713f0305160583b056721a5dd525df7 (patch) | |
tree | f4510ab7a789e096d6cd08a80e9851b92fd663f9 /arm7/asm/OS_terminate_proc.s | |
parent | ae95019da3c7da624674794b8e2d503e063b82e6 (diff) | |
parent | 91db1083cc248734e934ff9e1c93a27c2b448250 (diff) |
Merge pull request #164 from red031000/master
arm7 OS_terminate_proc
Diffstat (limited to 'arm7/asm/OS_terminate_proc.s')
-rw-r--r-- | arm7/asm/OS_terminate_proc.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arm7/asm/OS_terminate_proc.s b/arm7/asm/OS_terminate_proc.s deleted file mode 100644 index 08b79c9a..00000000 --- a/arm7/asm/OS_terminate_proc.s +++ /dev/null @@ -1,15 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - arm_func_start OS_Terminate -OS_Terminate: ; 0x037FB1F0 - stmfd sp!, {lr} - sub sp, sp, #4 - mov r0, #0 - bl CTRDG_VibPulseEdgeUpdate -_037FB200: - bl OS_DisableInterrupts - bl FUN_037F8530 - b _037FB200 |