[ASM] Clear interrupt flag in ExitTrap before returning

This commit is contained in:
Timo Kreuzer
2018-03-24 11:06:18 +01:00
parent d07203ecb7
commit 42e1fefcc6

View File

@@ -203,6 +203,8 @@ MACRO(ExitTrap, Flags)
IntsEnabled:
#endif
cli
/* Swap gs to user mode */
swapgs