[NTOS:KE/x64] Remove duplicated REX prefix from sysretq

This commit is contained in:
Timo Kreuzer
2024-03-28 21:37:25 +01:00
parent 558ab78fc5
commit 2ed8541dc8
-1
View File
@@ -891,7 +891,6 @@ no_user_apc_pending:
xor r10, r10
/* return to user mode */
.byte HEX(48) // REX prefix to return to long mode
sysretq
.ENDP