mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTOS:KE/x64] Remove duplicated REX prefix from sysretq
This commit is contained in:
parent
558ab78fc5
commit
2ed8541dc8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue