Index: /trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
===================================================================
--- /trunk/src/VBox/Devices/Bus/DevPciIch9.cpp	(revision 64908)
+++ /trunk/src/VBox/Devices/Bus/DevPciIch9.cpp	(revision 64909)
@@ -1968,6 +1968,6 @@
                     if (   uMemBase < uLast
                         && uMemBase > 0
-                        && !(   uNew  <= UINT32_C(0xffffffff)
-                             && uLast >= UINT32_C(0xfec00000)) )
+                        && !(   uMemBase <= UINT32_C(0xffffffff)
+                             && uLast    >= UINT32_C(0xfec00000)) )
                         uNew = uMemBase;
                 }
@@ -2169,5 +2169,5 @@
                         {
                             PCIDevSetByte(pPciDev, uAddress, bVal);
-                            fUpdateMappings = true; /** @todo r=bird: Probably not necessary to update mappings on VBOX_PCI_COMMAND changes for bridges? */
+                            fUpdateMappings = true;
                         }
                         break;
