mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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:
|
||||
#endif
|
||||
|
||||
cli
|
||||
|
||||
/* Swap gs to user mode */
|
||||
swapgs
|
||||
|
||||
|
|
Loading…
Reference in a new issue