mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[ASM] Clear interrupt flag in ExitTrap before returning
This commit is contained in:
parent
d07203ecb7
commit
42e1fefcc6
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ MACRO(ExitTrap, Flags)
|
||||||
IntsEnabled:
|
IntsEnabled:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
cli
|
||||||
|
|
||||||
/* Swap gs to user mode */
|
/* Swap gs to user mode */
|
||||||
swapgs
|
swapgs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue