X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FX64%2FPlDebugSupportX64.c;h=8e623b9419b2d2c2f862b2ab578c832111569bd5;hb=e5eed7d3641d71d7ea539e5379ea9c6a5cd97004;hp=4d13ca38332ca27d9f6183bc796f71a8c9826c79;hpb=6d3ea23f1183f3378a53e44d34c0a27aebec7d9a;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c index 4d13ca3833..8e623b9419 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c @@ -1,8 +1,8 @@ /** @file X64 specific functions to support Debug Support protocol. -Copyright (c) 2008 - 2009, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2008 - 2010, 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 http://opensource.org/licenses/bsd-license.php @@ -108,7 +108,7 @@ CreateEntryStub ( **/ EFI_STATUS ManageIdtEntryTable ( - VOID (EFIAPI *NewCallback)(), + CALLBACK_FUNC NewCallback, EFI_EXCEPTION_TYPE ExceptionType ) {