aboutsummaryrefslogtreecommitdiffstats
path: root/src/stacks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stacks.c')
-rw-r--r--src/stacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stacks.c b/src/stacks.c
index 0371330a..7b29b8ed 100644
--- a/src/stacks.c
+++ b/src/stacks.c
@@ -128,7 +128,7 @@ ASM16(
// Wait for next irq to occur.
void
-wait_irq(void)
+yield_toirq(void)
{
if (MODESEGMENT) {
asm volatile("sti ; hlt ; cli ; cld": : :"memory");