mirror of https://github.com/acidanthera/audk.git
Use .fill directive to improve portability.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9166 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86345de537
commit
20b8fc386a
|
@ -68,9 +68,7 @@ ASM_PFX(OrigVector): .long 0x66666666 # ?
|
|||
|
||||
.p2align 4
|
||||
DebugStackEnd : .ascii "DbgStkEnd >>>>>>" # 16 byte long string - must be 16 bytes to preserve alignment
|
||||
.rept 0x1ffc
|
||||
.long 0x00000000
|
||||
.endr
|
||||
.fill 0x1ffc, 4, 0x00000000
|
||||
# 32K should be enough stack
|
||||
# This allocation is coocked to insure
|
||||
# that the the buffer for the FXSTORE instruction
|
||||
|
|
Loading…
Reference in New Issue