mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
MdePkg BaseLib: EXTERNDEF=>EXTERN in X64/SetJump
NASM doesn't support EXTERNDEF, so convert this to EXTERN. This will make it easier to convert this code to NASM using an automated script. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
90fa53213e
commit
ef7447bb02
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
EXTERNDEF InternalAssertJumpBuffer:PROC
|
EXTERN InternalAssertJumpBuffer:PROC
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; UINTN
|
; UINTN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user