]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix build issue on DDK3790 tool chain.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Feb 2013 01:35:29 +0000 (01:35 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Feb 2013 01:35:29 +0000 (01:35 +0000)
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14122 6f19259b-4bc3-4df7-8a09-765794883524

UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.asm

index 1fa7cb8702c57c24fd03828439f07a10b3e8aed6..2cc78db374882c91edf0c1a0a6502b4b71b7109b 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -23,7 +23,7 @@
 ;\r
 ; CommonExceptionHandler()\r
 ;\r
-CommonExceptionHandler             PROTO   C\r
+externdef CommonExceptionHandler:near\r
 \r
 EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions\r
 \r