mirror of https://github.com/acidanthera/audk.git
CorebootModulePkg: Reformat asm constant to avoid gcc assembler fail
The gnu assembler doesn't allow multiple '$' in an expression. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Scott Duplichan <scott@notabs.org> Reviewed-by: Maurice Ma <maurice.ma@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17146 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c3911fd851
commit
b6242db90a
|
@ -46,7 +46,7 @@ ASM_PFX(_ModuleEntryPoint):
|
|||
#
|
||||
# Construct the temporary memory at 0x80000, length 0x10000
|
||||
#
|
||||
movl ($BASE_512KB + $SIZE_64KB), %esp
|
||||
movl $(BASE_512KB + SIZE_64KB), %esp
|
||||
|
||||
#
|
||||
# Pass BFV into the PEI Core
|
||||
|
|
Loading…
Reference in New Issue