Index: /trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
===================================================================
--- /trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac	(revision 55828)
+++ /trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac	(revision 55829)
@@ -647,6 +647,4 @@
 %endif
 
-    ; load the hypervisor function address
-    mov     r9, [rdx + CPUMCPU.Hyper.eip]
     DEBUG64_S_CHAR('8')
 
@@ -740,4 +738,6 @@
     push    rax                         ; return address
 
+    ; load the hypervisor function address
+    mov     r9, [rdx + CPUMCPU.Hyper.eip]
     cmp     r9d, HM64ON32OP_VMXRCStartVM64
     jz      NAME(VMXRCStartVM64)
