Index: /trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp	(revision 75287)
+++ /trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp	(revision 75288)
@@ -5155,5 +5155,5 @@
      * (No need to do try/except as this is a buffered request.)
      */
-    if (pImage->fNative)
+    if (!pImage->fNative)
     {
         pImage->cbStrTab = pReq->u.In.cbStrTab;
