Index: /trunk/src/VBox/VMM/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 30822)
+++ /trunk/src/VBox/VMM/PGMPhys.cpp	(revision 30823)
@@ -3281,5 +3281,5 @@
              * Check that it's not in any of the TLBs.
              */
-            PVM pVM = (PGMR3PHYSCHUNKUNMAPCB()pvUser)->pVM;
+            PVM pVM = ((PPGMR3PHYSCHUNKUNMAPCB)pvUser)->pVM;
             for (unsigned i = 0; i < RT_ELEMENTS(pVM->pgm.s.ChunkR3Map.Tlb.aEntries); i++)
                 if (pVM->pgm.s.ChunkR3Map.Tlb.aEntries[i].pChunk == pChunk)
