summaryrefslogtreecommitdiff
path: root/asm/asm_task.s
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm_task.s')
-rw-r--r--asm/asm_task.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/asm_task.s b/asm/asm_task.s
index bf80025..77712ba 100644
--- a/asm/asm_task.s
+++ b/asm/asm_task.s
@@ -4,9 +4,9 @@ task_pusha:
pushf
push $0x8 // code segment
- push $userfunc
+ push $scheduler_func
- push $0x666
+ push $0x666 // random value to hold place for potential return val
push $0x0
pusha