diff options
-rw-r--r-- | DuetPkg/EfiLdr/Debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/EfiLdr/Debug.c b/DuetPkg/EfiLdr/Debug.c index f4cd7c15ed..84b2772112 100644 --- a/DuetPkg/EfiLdr/Debug.c +++ b/DuetPkg/EfiLdr/Debug.c @@ -74,6 +74,6 @@ PrintString ( //
// All information also output to serial port.
//
- SerialPortWrite (PrintBuffer, Index);
+ SerialPortWrite ((UINT8 *) PrintBuffer, Index);
}
|