diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-09 12:53:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-09 12:53:10 -0400 |
commit | 130c1e3e085a3622b7bf21f769e021e1489be332 (patch) | |
tree | c3719e3778c817800b3ab626ca3000b8d2840d7d /arm7/lib/src/OS_system.c | |
parent | 1a24d1dbc523215e106a5402f869c4138607b610 (diff) | |
parent | c8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm7/lib/src/OS_system.c')
-rw-r--r-- | arm7/lib/src/OS_system.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arm7/lib/src/OS_system.c b/arm7/lib/src/OS_system.c index 120eddbf..11417e91 100644 --- a/arm7/lib/src/OS_system.c +++ b/arm7/lib/src/OS_system.c @@ -1,8 +1,6 @@ #include "function_target.h" #include "OS_system.h" -#pragma optimize_for_size on - extern void FUN_037F8CB4(s32 count); ARM_FUNC asm OSIntrMode OS_EnableInterrupts(void) |