pragma variant for GLOBAL_ASM (#49)

* pragma GLOBAL_ASM

* Revert split_asm.py arg description change
This commit is contained in:
Tharo
2021-02-24 04:15:58 +00:00
committed by GitHub
parent e0164dba14
commit c55e9eeee5
564 changed files with 12305 additions and 12305 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ void Idle_InitFramebuffer(u32* ptr, u32 numBytes, u32 value) {
}
}
#else
GLOBAL_ASM("./asm/non_matchings/idle/Idle_InitFramebuffer.asm")
#pragma GLOBAL_ASM("./asm/non_matchings/idle/Idle_InitFramebuffer.asm")
#endif
void Idle_InitScreen(void) {
@@ -65,7 +65,7 @@ void Idle_InitCodeAndMemory(void) {
Idle_ClearMemory(&code_bss_start, &code_bss_end);
}
#else
GLOBAL_ASM("./asm/non_matchings/idle/Idle_InitCodeAndMemory.asm")
#pragma GLOBAL_ASM("./asm/non_matchings/idle/Idle_InitCodeAndMemory.asm")
#endif
void Main_ThreadEntry(void* arg) {