mirror of https://github.com/acidanthera/audk.git
add (UINT8 *) type cast to fix ICC build failure.
Signed-off-by: niruiyu git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11926 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e23e488ec6
commit
8de06925cc
|
@ -74,6 +74,6 @@ PrintString (
|
|||
//
|
||||
// All information also output to serial port.
|
||||
//
|
||||
SerialPortWrite (PrintBuffer, Index);
|
||||
SerialPortWrite ((UINT8 *) PrintBuffer, Index);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue