Index: /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 58781)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 58782)
@@ -3576,9 +3576,7 @@
          * Also, in strict builds check that ROM pages remain unmodified.
          */
-        if (   pRom->pvOriginal
 #ifndef VBOX_STRICT
-            && pVM->pgm.s.fRestoreRomPagesAtReset
+        if (pVM->pgm.s.fRestoreRomPagesAtReset)
 #endif
-            )
         {
             size_t         cbSrcLeft = pRom->cbOriginal;
