mirror of https://github.com/acidanthera/audk.git
Fix build issue on DDK3790 tool chain.
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
This commit is contained in:
parent
6d9eb8c380
commit
782e407aad
|
@ -1,5 +1,5 @@
|
||||||
;------------------------------------------------------------------------------ ;
|
;------------------------------------------------------------------------------ ;
|
||||||
; Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
|
; Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||||
; This program and the accompanying materials
|
; This program and the accompanying materials
|
||||||
; are licensed and made available under the terms and conditions of the BSD License
|
; 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
|
; which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
;
|
;
|
||||||
; CommonExceptionHandler()
|
; CommonExceptionHandler()
|
||||||
;
|
;
|
||||||
CommonExceptionHandler PROTO C
|
externdef CommonExceptionHandler:near
|
||||||
|
|
||||||
EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions
|
EXTRN mErrorCodeFlag:DWORD ; Error code flags for exceptions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue