Index: /trunk/src/VBox/VMM/VMMR0/HMR0A.asm
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMR0A.asm	(revision 65931)
+++ /trunk/src/VBox/VMM/VMMR0/HMR0A.asm	(revision 65932)
@@ -1808,5 +1808,5 @@
     vmsave
 
-    ; Setup eax for VMLOAD.
+    ; Setup xAX for VMLOAD.
     mov     xAX, [xBP + xCB * 2 + RTHCPHYS_CB]      ; pVMCBPhys (64 bits physical address; take low dword only)
 
@@ -1971,5 +1971,5 @@
     vmsave
 
-    ; Setup eax for VMLOAD.
+    ; Setup rax for VMLOAD.
     mov     rax, [rbp + xCB * 2 + RTHCPHYS_CB]      ; pVMCBPhys (64 bits physical address; take low dword only)
 
