diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-21 18:25:23 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-21 18:25:23 -0500 |
commit | d35cf06854be09a6bcf5ceb63cdb54cefd6d48a2 (patch) | |
tree | 335ea2372430eb2ea5f2b93710ceb6dac700116c /src/berry_fix_program.c | |
parent | 772f0aa3fd62678006181bd44b97c12744bd21ed (diff) |
nonmatching sub_801120C
Diffstat (limited to 'src/berry_fix_program.c')
-rw-r--r-- | src/berry_fix_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_fix_program.c b/src/berry_fix_program.c index 3b2bfb5f7..f233dc645 100644 --- a/src/berry_fix_program.c +++ b/src/berry_fix_program.c @@ -265,7 +265,7 @@ static void berry_fix_gpu_set(void) } #else -__attribute__((naked)) static void berry_fix_gpu_set(void) +ASM_DIRECT static void berry_fix_gpu_set(void) { asm(".syntax unified\n" "\tpush {r4-r6,lr}\n" |