From 8de06925ccd7613ecb78f1340eda75afb910d825 Mon Sep 17 00:00:00 2001 From: niruiyu Date: Wed, 29 Jun 2011 07:15:58 +0000 Subject: 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 --- DuetPkg/EfiLdr/Debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg') diff --git a/DuetPkg/EfiLdr/Debug.c b/DuetPkg/EfiLdr/Debug.c index f4cd7c15e..84b277211 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); } -- cgit v1.2.3