From: yshang1 Date: Wed, 18 Apr 2007 09:32:11 +0000 (+0000) Subject: To cleanup typo error. X-Git-Tag: edk2-stable201903~23322 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4ca0d419a803724e309f531a067050cce76b737d;p=mirror_edk2.git To cleanup typo error. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2577 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EdkModulePkg/Library/EdkDxeRuntimeSalLib/Ipf/EsalServiceLib.c b/EdkModulePkg/Library/EdkDxeRuntimeSalLib/Ipf/EsalServiceLib.c index 4532155406..471525a9fc 100644 --- a/EdkModulePkg/Library/EdkDxeRuntimeSalLib/Ipf/EsalServiceLib.c +++ b/EdkModulePkg/Library/EdkDxeRuntimeSalLib/Ipf/EsalServiceLib.c @@ -83,12 +83,12 @@ Returns: --*/ { - UINT64 PhysicalEntryPoint; + UINT64 PhysicalEntryPoint; - PhysicalEntryPoint = mPlabel.EntryPoint; + PhysicalEntryPoint = mPlabel.EntryPoint; - EfiConvertPointer (0x0, (VOID **) &mPlabel.EntryPoint); - mPlabel.GP += mPlabel.EntryPoint - PhysicalEntryPoint; + EfiConvertPointer (0x0, (VOID **) &mPlabel.EntryPoint); + mPlabel.GP += mPlabel.EntryPoint - PhysicalEntryPoint; SetEsalVirtualEntryPoint (mPlabel.EntryPoint, mPlabel.GP); }