From 2e1fffcec776afe00b2e9ca587608afe3ac5ee8b Mon Sep 17 00:00:00 2001 From: Guo Dong Date: Wed, 27 May 2015 05:33:14 +0000 Subject: CorebootModulePkg: Fix GCC build failure. This patch fixed a GCC build failure issue. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Dong Reviewed-by: Maurice Ma git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17519 6f19259b-4bc3-4df7-8a09-765794883524 --- CorebootModulePkg/Include/Library/CbParseLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CorebootModulePkg/Include') diff --git a/CorebootModulePkg/Include/Library/CbParseLib.h b/CorebootModulePkg/Include/Library/CbParseLib.h index 034574f5df..36727d3f58 100644 --- a/CorebootModulePkg/Include/Library/CbParseLib.h +++ b/CorebootModulePkg/Include/Library/CbParseLib.h @@ -63,7 +63,7 @@ CbParseCbMemTable ( **/ RETURN_STATUS CbParseAcpiTable ( - IN VOID* pMemTable, + IN VOID** pMemTable, IN UINT32* pMemTableSize ); -- cgit v1.2.3