From 782e407aade3b8eab2a81ac3e2fd161c608c942c Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 5 Feb 2013 01:35:29 +0000 Subject: [PATCH] Fix build issue on DDK3790 tool chain. Signed-off-by: Jeff Fan Reviewed-by: Feng Tian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14122 6f19259b-4bc3-4df7-8a09-765794883524 --- .../CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm index 1fa7cb8702..2cc78db374 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm @@ -1,5 +1,5 @@ ;------------------------------------------------------------------------------ ; -; Copyright (c) 2012, Intel Corporation. All rights reserved.
+; Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
; This program and the accompanying materials ; are licensed and made available under the terms and conditions of the BSD License ; which accompanies this distribution. The full text of the license may be found at @@ -23,7 +23,7 @@ ; ; CommonExceptionHandler() ; -CommonExceptionHandler PROTO C +externdef CommonExceptionHandler:near EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions -- 2.39.2