mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[KDVBOX] Fix compilation with GAS x64
This commit is contained in:
parent
794f15e45f
commit
2a6d8465d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ FUNC KdVmExchange
|
|||
.endprolog
|
||||
xchg rax, rcx
|
||||
mov edx, HEX(5659)
|
||||
out dx, rax
|
||||
out dx, eax
|
||||
ret
|
||||
ENDFUNC
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue