* 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:
parent
e4263eb78e
commit
f9e72b6e5b
@ -781,6 +781,9 @@ exit_kernel_debugger()
|
||||
sDebugOutputFilter = NULL;
|
||||
|
||||
sBlueScreenEnabled = false;
|
||||
if (sDebugScreenEnabled)
|
||||
blue_screen_enter(true);
|
||||
|
||||
atomic_add(&sInDebugger, -1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user