Accidently turned on printing stack traces with the last commit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-10-10 17:27:03 +00:00
parent 0b8e0bfc08
commit a7181e951d

View File

@ -2453,7 +2453,7 @@ vm_page_fault(addr_t address, addr_t fault_address, bool is_write, bool is_user,
area ? area->name : "???", fault_address - (area ? area->base : 0x0));
// We can print a stack trace of the userland thread here.
#if 1
#if 0
if (area) {
struct stack_frame {
#ifdef __INTEL__