mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
Fix build break on Apple Xcode, caused by fixing normal gcc build break.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11166 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7afa5ea800
commit
5792e320d3
@ -57,7 +57,9 @@ This is the stack constructed by the exception handler (low address to high addr
|
|||||||
.globl ASM_PFX(CommonCExceptionHandler)
|
.globl ASM_PFX(CommonCExceptionHandler)
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
#if !defined(__APPLE__)
|
||||||
.fpu neon @ makes vpush/vpop assemble
|
.fpu neon @ makes vpush/vpop assemble
|
||||||
|
#endif
|
||||||
.align 3
|
.align 3
|
||||||
|
|
||||||
|
|
||||||
@ -247,7 +249,8 @@ NoAdjustNeeded:
|
|||||||
@ R0 is ExceptionType
|
@ R0 is ExceptionType
|
||||||
mov R1,SP @ R1 is SystemContext
|
mov R1,SP @ R1 is SystemContext
|
||||||
|
|
||||||
vpush {d0-d15} @ save vstm registers in case they are used in optimizations
|
vpush {d0-d15} @ save vstm registers in case they are used in optimizations
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
VOID
|
VOID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user