mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[ASM] Clear interrupt flag in ExitTrap before returning
This commit is contained in:
@@ -203,6 +203,8 @@ MACRO(ExitTrap, Flags)
|
||||
IntsEnabled:
|
||||
#endif
|
||||
|
||||
cli
|
||||
|
||||
/* Swap gs to user mode */
|
||||
swapgs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user