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:
Jordan Justen 2014-10-15 22:55:36 -07:00 committed by Liming Gao
parent 90fa53213e
commit ef7447bb02
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.code
EXTERNDEF InternalAssertJumpBuffer:PROC
EXTERN InternalAssertJumpBuffer:PROC
;------------------------------------------------------------------------------
; UINTN