Index: /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp	(revision 55713)
+++ /trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp	(revision 55714)
@@ -377,8 +377,8 @@
             || pDis->pCurInstr->uOpcode == OP_VMMCALL)
         {
-            uint8_t abHypercall[3];
             if (   pDis->pCurInstr->uOpcode != pKvm->uOpCodeNative
                 && HMIsEnabled(pVM))
             {
+                uint8_t abHypercall[3];
                 size_t  cbWritten = 0;
                 rc = VMMPatchHypercall(pVM, &abHypercall, sizeof(abHypercall), &cbWritten);
