pit_handler: fix stack growing

This commit is contained in:
Mathieu Maret 2021-11-02 23:22:24 +01:00
parent 97d1e9ba2a
commit 959bc56bc7
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ pit_handler: // already got eflags, cs and eip on stack thanks to CPU
pushl %esp
call pitIrqHandler
addl $4, %esp
movl %eax,%esp
/* Restore the CPU context */