mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00: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