Update naked attribute and ASM_DIRECT to NAKED macro

This commit is contained in:
Diegoisawesome
2018-05-11 17:24:32 -05:00
parent 4e2886db81
commit 23b050a99e
23 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -3931,7 +3931,7 @@ static void sub_80F0708(void) // FIXME: register allocation shenanigans
}
}
#else
ASM_DIRECT static void sub_80F0708(void)
NAKED static void sub_80F0708(void)
{
asm_unified("\tpush {r4-r7,lr}\n"
"\tmov r7, r9\n"