summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/EbcDxe/X64
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-26 07:35:34 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-26 07:35:34 +0000
commit34e4e297bf61ae304e6b9a339b3a6954dd7a668f (patch)
tree2aaf43481fae1b69b975da8b06ad2672c6256f1d /MdeModulePkg/Universal/EbcDxe/X64
parent42eedea958591087603bbacd1c2227d2494026af (diff)
downloadedk2-platforms-34e4e297bf61ae304e6b9a339b3a6954dd7a668f.tar.xz
Code scrub for EBC module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5568 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/EbcDxe/X64')
-rw-r--r--MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c b/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
index 2a01c89245..3f84bcc496 100644
--- a/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
+++ b/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
@@ -273,7 +273,7 @@ ExecuteEbcImageEntryPoint (
// Initialize the stack pointer for the EBC. Get the current system stack
// pointer and adjust it down by the max needed for the interpreter.
//
- Addr = EbcLLGetStackPointer ();
+ Addr = EbcLLGetStackPointer ();
Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &StackIndex);
if (EFI_ERROR(Status)) {