Kaydet (Commit) 0dd7a5a2 authored tarafından Caolán McNamara's avatar Caolán McNamara

restore old explanation message via assert hack

Change-Id: I897f71e5ae4d2368d5d3ced60d90fb1c833fa376
üst 961ed635
...@@ -790,7 +790,7 @@ void DbgDialogTest( vcl::Window* pWindow ) ...@@ -790,7 +790,7 @@ void DbgDialogTest( vcl::Window* pWindow )
void ImplDbgTestSolarMutex() void ImplDbgTestSolarMutex()
{ {
assert(ImplGetSVData()->mpDefInst->CheckYieldMutex()); assert(ImplGetSVData()->mpDefInst->CheckYieldMutex() && "SolarMutex not locked");
} }
void DbgGUIInitSolarMutexCheck() void DbgGUIInitSolarMutexCheck()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment