Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11293 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -39,8 +39,7 @@ InternalMemCopyMem (
|
||||
**/
|
||||
.text
|
||||
.align 2
|
||||
.globl ASM_PFX(InternalMemCopyMem)
|
||||
INTERWORK_FUNC(InternalMemCopyMem)
|
||||
GCC_ASM_EXPORT(InternalMemCopyMem)
|
||||
|
||||
ASM_PFX(InternalMemCopyMem):
|
||||
stmfd sp!, {r4-r11, lr}
|
||||
|
@@ -37,8 +37,7 @@ InternalMemSetMem (
|
||||
|
||||
.text
|
||||
.align 2
|
||||
.globl ASM_PFX(InternalMemSetMem)
|
||||
INTERWORK_FUNC(InternalMemSetMem)
|
||||
GCC_ASM_EXPORT(InternalMemSetMem)
|
||||
|
||||
ASM_PFX(InternalMemSetMem):
|
||||
stmfd sp!, {r4-r11, lr}
|
||||
|
Reference in New Issue
Block a user