Index: /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 37060)
+++ /trunk/src/VBox/VMM/VMMAll/IEMAll.cpp	(revision 37061)
@@ -1323,4 +1323,6 @@
     VBOXSTRICTRC rcStrict;
     Assert(uCpl < 4);
+    *puEsp  = 0; /* make gcc happy */
+    *pSelSS = 0; /* make gcc happy */
 
     switch (pCtx->trHid.Attr.n.u4Type)
@@ -1493,4 +1495,7 @@
                             uint64_t    uCr2)
 {
+    Log(("iemRaiseXcptOrIntInProtMode: %#x at %04x:%08RGv cbInstr=%#x fFlags=%#x uErr=%#x uCr2=%llx\n",
+         u8Vector, pCtx->cs, pCtx->rip, cbInstr, fFlags, uErr, uCr2));
+
     /*
      * Read the IDT entry.
@@ -1652,4 +1657,5 @@
         if (rcStrict != VINF_SUCCESS)
             return rcStrict;
+
         fNewSSAttr   = X86DESC_GET_HID_ATTR(DescSS.Legacy);
         cbNewSSLimit = X86DESC_LIMIT(DescSS.Legacy);
