Fix move of the frame to the normal stack for interrupts occuring from

the vm86 mode.

Submitted by:	jhb
This commit is contained in:
Konstantin Belousov 2018-04-26 21:07:45 +00:00
parent e3b287fc9e
commit b256538971
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333036

View File

@ -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