Fix move of the frame to the normal stack for interrupts occuring from
the vm86 mode. Submitted by: jhb
This commit is contained in:
parent
e3b287fc9e
commit
b256538971
@ -208,7 +208,7 @@
|
||||
|
||||
.macro KENTER
|
||||
testl $PSL_VM, TF_EFLAGS(%esp)
|
||||
jnz 2f
|
||||
jnz 1f
|
||||
testb $SEL_RPL_MASK, TF_CS(%esp)
|
||||
jz 2f
|
||||
1: MOVE_STACKS
|
||||
|
Loading…
Reference in New Issue
Block a user