Index: /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
===================================================================
--- /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp	(revision 84221)
+++ /trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp	(revision 84222)
@@ -4039,7 +4039,4 @@
     }
 
-    /* Virtual address bits indexing table. */
-    static uint8_t const s_acIovaLvlShifts[] = { 0, 12, 21, 30, 39, 48, 57, 0 };
-
     /* Traverse the I/O page table starting with the page directory in the DTE. */
     IOPTENTITY_T PtEntity;
@@ -4047,4 +4044,7 @@
     for (;;)
     {
+        /* The virtual address bits indexing table. */
+        static uint8_t const s_acIovaLvlShifts[] = { 0, 12, 21, 30, 39, 48, 57, 0 };
+
         /* Figure out the system physical address of the page table at the next level. */
         uint8_t const uLevel = PtEntity.n.u3NextLevel;
