cld going into irq/isr handlers
This commit is contained in:
parent
51ff3df1e0
commit
2de88539f4
@ -46,6 +46,7 @@ irq_common:
|
||||
mov %ax, %es
|
||||
mov %ax, %fs
|
||||
mov %ax, %gs
|
||||
cld
|
||||
|
||||
/* Call interrupt handler */
|
||||
push %esp
|
||||
|
@ -70,6 +70,7 @@ isr_common:
|
||||
mov %ax, %es
|
||||
mov %ax, %fs
|
||||
mov %ax, %gs
|
||||
cld
|
||||
|
||||
/* Call fault handler */
|
||||
push %esp
|
||||
|
Loading…
Reference in New Issue
Block a user