Fix panic register dump format
This commit is contained in:
parent
ca9f62ad77
commit
08f11e4c53
1 changed files with 1 additions and 1 deletions
|
@ -352,8 +352,8 @@ static void commonErrorHandler(XtExcFrame *frame)
|
||||||
panicPutHex(regs[x + y + 1]);
|
panicPutHex(regs[x + y + 1]);
|
||||||
panicPutStr(" ");
|
panicPutStr(" ");
|
||||||
}
|
}
|
||||||
panicPutStr("\r\n");
|
|
||||||
}
|
}
|
||||||
|
panicPutStr("\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue