Index: /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 92434)
+++ /trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp	(revision 92435)
@@ -1797,8 +1797,8 @@
          * Note! The sizes used here will influence the saved state.
          */
-        uint32_t cbChunk = 16U*_1M;
+        uint32_t cbChunk = _16M;
         uint32_t cPagesPerChunk = 1047552; /* max ~1048059 */
         Assert(cPagesPerChunk / 512 * 512 == cPagesPerChunk); /* NEM large page requirement */
-        AssertCompile(sizeof(PGMRAMRANGE) + sizeof(PGMPAGE) * 1047552 < 16U*_1M - PAGE_SIZE * 2);
+        AssertCompile(sizeof(PGMRAMRANGE) + sizeof(PGMPAGE) * 1047552 < _16M - PAGE_SIZE * 2);
         AssertRelease(RT_UOFFSETOF_DYN(PGMRAMRANGE, aPages[cPagesPerChunk]) + PAGE_SIZE * 2 <= cbChunk);
 
