No "woo!" and make heap split error clearer
This commit is contained in:
parent
663c2712fd
commit
7e7a7fcd3b
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ void handle_trap()
|
|||
kpanic("Reason: Illegal Instruction\n");
|
||||
break;
|
||||
case 3:
|
||||
kpanic("Reason: Breakpoint (ebreak) %s\n", "woo!");
|
||||
kpanic("Reason: Breakpoint (ebreak)\n");
|
||||
break;
|
||||
case 4:
|
||||
kpanic("Reason: Load Address Misaligned\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue