X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Fsrc%2Fgeekos%2Ftrap.c;h=7932c9aa2084dc505969ce54c4eaa2866b2dfbe0;hp=2085a992bf51ea1db6a52deb86d1d49504eda172;hb=b86b717be870723228190fcc9c8233a511d95073;hpb=bc98195a63d8cb1d109eeaa72f57f468c6c9581e diff --git a/misc/test_vm/src/geekos/trap.c b/misc/test_vm/src/geekos/trap.c index 2085a99..7932c9a 100644 --- a/misc/test_vm/src/geekos/trap.c +++ b/misc/test_vm/src/geekos/trap.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include /* * TODO: need to add handlers for other exceptions (such as bounds @@ -25,7 +25,7 @@ static void GPF_Handler(struct Interrupt_State* state) { /* Send the thread to the reaper... */ - SerialPrintLevel(1000,"Exception %d received, killing thread %p\n",state->intNum, g_currentThread); + PrintBoth("Exception %d received, killing thread %p\n",state->intNum, g_currentThread); Dump_Interrupt_State(state); Exit(-1);