* 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:
Axel Dörfler 2009-01-01 22:13:02 +00:00
parent e4263eb78e
commit f9e72b6e5b

View File

@ -781,6 +781,9 @@ exit_kernel_debugger()
sDebugOutputFilter = NULL;
sBlueScreenEnabled = false;
if (sDebugScreenEnabled)
blue_screen_enter(true);
atomic_add(&sInDebugger, -1);
}