Index: /trunk/src/VBox/Devices/PC/DevAPIC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 24132)
+++ /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 24133)
@@ -1027,6 +1027,6 @@
                 static unsigned s_c = 0;
                 if (s_c++ < 100)
-                    AssertLogRelMsgFailedReturn(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level),
-                                                VERR_INTERNAL_ERROR_4);
+                    AssertLogRelMsgFailed(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level));
+                return VERR_INTERNAL_ERROR_4;
             }
         }
