summaryrefslogtreecommitdiff
path: root/arm7/lib/src/OS_system.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-06-09 11:04:48 -0400
committerGitHub <noreply@github.com>2020-06-09 11:04:48 -0400
commitc8f98c38d5baf6bf86531188b1a6ff0745d8d8c9 (patch)
treea7f9955405fbe972f0e8387f4e2a3dee0fb1f414 /arm7/lib/src/OS_system.c
parenta33dcba598d724d600de6636c5eeea322a529e80 (diff)
parent3e4c87f220f9ce75ce490a91e296b256dce99a0e (diff)
Merge pull request #153 from red031000/master
arm7 OS_arena
Diffstat (limited to 'arm7/lib/src/OS_system.c')
-rw-r--r--arm7/lib/src/OS_system.c2
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)