diff options
Diffstat (limited to 'asm/int_clock_handler.asm')
| -rw-r--r-- | asm/int_clock_handler.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/asm/int_clock_handler.asm b/asm/int_clock_handler.asm index 7e55067..bcd45da 100644 --- a/asm/int_clock_handler.asm +++ b/asm/int_clock_handler.asm @@ -19,7 +19,9 @@ int_clock_handler: pusha ;Push all standard registers - push esp ;Push pointer to all the stuff we just pushed + mov eax, esp + mov esp,0x1000 + push eax ;Push pointer to all the stuff we just pushed call task_switch_next ;Call C code ;pop ebx |
