]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/ExceptionSupport.ARMv6.S
Fix build break on Apple Xcode, caused by fixing normal gcc build break.
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / ExceptionSupport.ARMv6.S
index a4e165fdc7fe24f593fd9b5c9b6456d264478560..9db6756c7ba1371fe99227427e4b145e8c80fcbe 100644 (file)
@@ -57,7 +57,9 @@ This is the stack constructed by the exception handler (low address to high addr
 .globl ASM_PFX(CommonCExceptionHandler)
 
 .text
+#if !defined(__APPLE__)
 .fpu neon    @ makes vpush/vpop assemble
+#endif
 .align 3
 
 
@@ -247,7 +249,8 @@ NoAdjustNeeded:
                                     @ R0 is ExceptionType 
   mov       R1,SP                   @ R1 is SystemContext 
 
-  vpush     {d0-d15}                @ save vstm registers in case they are used in optimizations\r
+  vpush     {d0-d15}                @ save vstm registers in case they are used in optimizations
+
 
 /* 
 VOID