mirror of https://github.com/acidanthera/audk.git
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
|
||||
|
||||
EXTERNDEF InternalAssertJumpBuffer:PROC
|
||||
EXTERN InternalAssertJumpBuffer:PROC
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; UINTN
|
||||
|
|
Loading…
Reference in New Issue