From 12a92f51f0efaa0c4f7abdaf869984ae1c65f430 Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Fri, 1 May 2015 01:05:00 +0000 Subject: Fix FSP GCC error on FspApiCallingCheck(). Add comment for ASM. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" Reviewed-by: "Mudusuru, Giri P" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17281 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm') diff --git a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm index a01b3c2d49..a0c9b1ed73 100644 --- a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm +++ b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm @@ -489,8 +489,8 @@ FspApiCommon PROC C PUBLIC ; Verify the calling condition ; pushad - push [esp + 4 * 8 + 4] - push eax + push [esp + 4 * 8 + 4] ; push ApiParam + push eax ; push ApiIdx call FspApiCallingCheck add esp, 8 cmp eax, 0 -- cgit v1.2.3