mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 11:12:56 +08:00
[ASM x64] Prevent having same label multiple times in ntoskrnl/ke/amd64/trap.S
This commit is contained in:
@@ -156,9 +156,9 @@ MACRO(ExitTrap, Flags)
|
||||
/* Check previous irql */
|
||||
mov rax, cr8
|
||||
cmp [rbp + KTRAP_FRAME_PreviousIrql], al
|
||||
je .irql_ok
|
||||
je 1f
|
||||
int 3
|
||||
.irql_ok:
|
||||
1:
|
||||
#endif
|
||||
|
||||
if (Flags AND TF_SEGMENTS)
|
||||
|
||||
Reference in New Issue
Block a user