summaryrefslogtreecommitdiff
path: root/src/boot_O2_g3/z_std_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot_O2_g3/z_std_dma.c')
-rw-r--r--src/boot_O2_g3/z_std_dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot_O2_g3/z_std_dma.c b/src/boot_O2_g3/z_std_dma.c
index 5cb074606..ea80097a6 100644
--- a/src/boot_O2_g3/z_std_dma.c
+++ b/src/boot_O2_g3/z_std_dma.c
@@ -141,7 +141,7 @@ void DmaMgr_ProcessMsg(DmaRequest* a0) {
}
}
#else
-GLOBAL_ASM("./asm/non_matchings/z_std_dma/DmaMgr_ProcessMsg.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/z_std_dma/DmaMgr_ProcessMsg.asm")
#endif
void Dmamgr_ThreadEntry(void* a0) {
@@ -215,7 +215,7 @@ void Dmamgr_Start() {
osStartThread(&dmamgrOSThread);
}
#else
-GLOBAL_ASM("./asm/non_matchings/z_std_dma/Dmamgr_Start.asm")
+#pragma GLOBAL_ASM("./asm/non_matchings/z_std_dma/Dmamgr_Start.asm")
#endif
void Dmamgr_Stop() {