Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 82531)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 82532)
@@ -4914,5 +4914,5 @@
 
 /**
- * Gets the guest interruptibility-state.
+ * Gets the guest interruptibility-state and updates related force-flags.
  *
  * @returns Guest's interruptibility-state.
@@ -4921,5 +4921,5 @@
  * @remarks No-long-jump zone!!!
  */
-static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu)
+static uint32_t hmR0VmxGetGuestIntrStateAndUpdateFFs(PVMCPUCC pVCpu)
 {
     /*
@@ -8588,5 +8588,5 @@
      * The FFs will be used below while evaluating events to be injected.
      */
-    *pfIntrState = hmR0VmxGetGuestIntrState(pVCpu);
+    *pfIntrState = hmR0VmxGetGuestIntrStateAndUpdateFFs(pVCpu);
 
     /*
