Arm Packages: Fix builds for XCODE32 toolchain
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12509 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -27,7 +27,7 @@ ASM_PFX(ArmCpuSynchronizeWait):
|
||||
cmp r0, #ARM_CPU_EVENT_BOOT_MEM_INIT
|
||||
// The SCU enabled is the event to tell us the Init Boot Memory is initialized
|
||||
bx lr
|
||||
b CArmCpuSynchronizeWait
|
||||
b ASM_PFX(CArmCpuSynchronizeWait)
|
||||
|
||||
|
||||
#if 0
|
||||
@@ -43,7 +43,7 @@ ASM_PFX(ArmCpuSynchronizeWait):
|
||||
cmp r0, #ARM_CPU_EVENT_BOOT_MEM_INIT
|
||||
// The SCU enabled is the event to tell us the Init Boot Memory is initialized
|
||||
beq ArmWaitScuEnabled
|
||||
b CArmCpuSynchronizeWait
|
||||
b ASM_PFX(CArmCpuSynchronizeWait)
|
||||
|
||||
// IN None
|
||||
// OUT r0 = SCU Base Address
|
||||
|
Reference in New Issue
Block a user