diff options
author | red031000 <rubenru09@aol.com> | 2020-06-09 02:15:17 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-09 02:15:17 +0100 |
commit | 07655aabe84bdbb3aff84200b38d46bd22f1b488 (patch) | |
tree | 39537c5e70c9eb2c48b9800b67d68c39f1c2f6f4 /arm7/lib/src/OS_system.c | |
parent | 5c81c47e15be06a204475e0524910cdf8ae13354 (diff) |
arm7 OS_arena
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) |