[KDVBOX] Fix compilation with GAS x64
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 28 Jan 2021 21:38:39 +0000 (22:38 +0100)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 28 Jan 2021 22:10:01 +0000 (23:10 +0100)
drivers/base/kdvm/kdvbox_asm.S

index 78c7748..7a247ee 100644 (file)
@@ -17,7 +17,7 @@ FUNC KdVmExchange
     .endprolog
     xchg rax, rcx
     mov edx, HEX(5659)
-    out dx, rax
+    out dx, eax
     ret
 ENDFUNC
 #endif