summaryrefslogtreecommitdiff
path: root/arm9/lib/include
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-29 14:13:00 +0100
committerGitHub <noreply@github.com>2020-05-29 14:13:00 +0100
commit03100d9a6c0da43f02e3b1f3d3e062ecf884d8b4 (patch)
treed1c0207675be63179a383f089544e51da29256f7 /arm9/lib/include
parent69d6f58ba778d791e522c161f1a6ed95b2a170e6 (diff)
parentdaf0263234107b5fa6c890812790baaf312f378b (diff)
Merge pull request #124 from ipatix/fix/spinwait
fix: OS_SpinWait signature
Diffstat (limited to 'arm9/lib/include')
-rw-r--r--arm9/lib/include/OS_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h
index 6e156f9d..c2b8572a 100644
--- a/arm9/lib/include/OS_system.h
+++ b/arm9/lib/include/OS_system.h
@@ -33,7 +33,7 @@ OSIntrMode OS_DisableInterrupts_IrqAndFiq(void);
OSIntrMode OS_RestoreInterrupts_IrqAndFiq(OSIntrMode state);
OSIntrMode OS_GetCpsrIrq(void);
OSProcMode OS_GetProcMode(void);
-void OS_SpinWait(void);
+void OS_SpinWait(u32 cycles);
void OS_WaitVBlankIntr(void);
#endif //POKEDIAMOND_OS_SYSTEM_H