thermosphere: rebase, fix some bugs
uart now works except for fifo flush
This commit is contained in:
@@ -22,7 +22,7 @@ void handleHypercall(ExceptionStackFrame *frame, ExceptionSyndromeRegister esr)
|
||||
u32 id = esr.iss;
|
||||
switch (id) {
|
||||
default:
|
||||
serialLog("Unhandled hypercall: 0x%x.\r\n");
|
||||
serialLog("Unhandled hypercall: 0x%x.\n");
|
||||
dumpStackFrame(frame, false);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user