]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/SecEntryPoint.S
Fix minor Xcode build issues.
[mirror_edk2.git] / ArmPlatformPkg / Sec / SecEntryPoint.S
index e7d7160b87cefdfb0a4c4d94b19bd1611b36f02a..5e6dfe45f6ec60477cdbfae9bacbbfb1d2bdfaf9 100644 (file)
@@ -41,8 +41,8 @@ GCC_ASM_IMPORT(SecVectorTable)
 GCC_ASM_IMPORT(ArmIsScuEnable)
 #endif
 
-StartupAddr: .word             CEntryPoint
-SecVectorTableAddr: .word              SecVectorTable
+StartupAddr:        .word   ASM_PFX(CEntryPoint)
+SecVectorTableAddr: .word              ASM_PFX(SecVectorTable)
 
 ASM_PFX(_ModuleEntryPoint):
  #Set VBAR to the start of the exception vectors in Secure Mode
@@ -109,4 +109,4 @@ _SetupStack:
   #    r0 = core_id
   blx  r3
 
-.end
+