* Small variation of Adrian's patch to fix bug #2919, ie. re-enable paging
and colors for the on-screen debug output when leaving KDL. Thanks, Adrian! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -781,6 +781,9 @@ exit_kernel_debugger()
|
|||||||
sDebugOutputFilter = NULL;
|
sDebugOutputFilter = NULL;
|
||||||
|
|
||||||
sBlueScreenEnabled = false;
|
sBlueScreenEnabled = false;
|
||||||
|
if (sDebugScreenEnabled)
|
||||||
|
blue_screen_enter(true);
|
||||||
|
|
||||||
atomic_add(&sInDebugger, -1);
|
atomic_add(&sInDebugger, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user