]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/Ipf/EbcLowLevel.s
1) Fix GCC version EBC interpreter bug.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / Ipf / EbcLowLevel.s
index 002af6937fe1b3dee1426aec5113332540f4731d..4ae24dee7db5e8c42bf9f4aaae6c8fd5fd75e8f9 100644 (file)
@@ -3,7 +3,7 @@
 //  Contains low level routines for the Virtual Machine implementation\r
 //  on an Itanium-based platform.\r
 //\r
-//  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+//  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 //  This program and the accompanying materials\r
 //  are licensed and made available under the terms and conditions of the BSD License\r
 //  which accompanies this distribution.  The full text of the license may be found at\r
@@ -198,27 +198,6 @@ PROCEDURE_ENTRY(EbcLLGetEbcEntryPoint)
     br.ret.sptk  b0 ;;\r
 PROCEDURE_EXIT(EbcLLGetEbcEntryPoint)\r
 \r
-//\r
-// INT64 EbcLLGetReturnValue(VOID)\r
-//\r
-// Description:\r
-//    This function is called to get the value returned by native code\r
-//     to EBC. It simply returns because the return value should still\r
-//    be in the register, so the caller just gets the unmodified value.\r
-//\r
-PROCEDURE_ENTRY(EbcLLGetReturnValue)\r
-    br.ret.sptk  b0 ;;\r
-PROCEDURE_EXIT(EbcLLGetReturnValue)\r
-\r
-//\r
-// UINTN EbcLLGetStackPointer(VOID)\r
-//\r
-PROCEDURE_ENTRY(EbcLLGetStackPointer)\r
-    mov    r8 = r12 ;;\r
-    br.ret.sptk  b0 ;;\r
-    br.sptk.few b6\r
-PROCEDURE_EXIT(EbcLLGetStackPointer)\r
-\r
 \r
 \r
 \r