Index: /trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp	(revision 54046)
+++ /trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp	(revision 54047)
@@ -434,5 +434,7 @@
                 AssertFailedReturn(VERR_IPE_NOT_REACHED_DEFAULT_CASE);
         }
-    }
+        return VBOXSTRICTRC_VAL(rcStrict);
+    }
+
     /** @todo what to do about errors? */
     Assert(RT_FAILURE_NP(rcStrict));
