fixing simulator
This commit is contained in:
parent
a82bc2c877
commit
3c6c53c301
|
@ -163,6 +163,6 @@ void logMsg(const char *format, ...) {
|
||||||
// fclose(fp);
|
// fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
SerialDriver * getConsoleChannel(void) {
|
BaseChannel * getConsoleChannel(void) {
|
||||||
return (SerialDriver *)EFI_CONSOLE_UART_DEVICE;
|
return (BaseChannel *)EFI_CONSOLE_UART_DEVICE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue