From ef7447bb02eb39bfa87a6d3d541c0ea8614b3ab7 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Wed, 15 Oct 2014 22:55:36 -0700 Subject: [PATCH] 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 Cc: Michael D Kinney Cc: Liming Gao --- MdePkg/Library/BaseLib/X64/SetJump.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdePkg/Library/BaseLib/X64/SetJump.asm b/MdePkg/Library/BaseLib/X64/SetJump.asm index efdbb9a1fc..13cb323fc0 100644 --- a/MdePkg/Library/BaseLib/X64/SetJump.asm +++ b/MdePkg/Library/BaseLib/X64/SetJump.asm @@ -21,7 +21,7 @@ .code -EXTERNDEF InternalAssertJumpBuffer:PROC +EXTERN InternalAssertJumpBuffer:PROC ;------------------------------------------------------------------------------ ; UINTN