X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FX64%2FplDebugSupport.c;h=983a01305ac6db6153984edc3d5f7e425bb70266;hp=8b907ee6e144d085bee2271ac1a75c315907651d;hb=fe1e36e550c6ffcd2561903d434683d3939e1942;hpb=fe467413d2230a2170bb3ffc91e5e8c909920628 diff --git a/MdeModulePkg/Universal/DebugSupportDxe/X64/plDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/X64/plDebugSupport.c index 8b907ee6e1..983a01305a 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/X64/plDebugSupport.c +++ b/MdeModulePkg/Universal/DebugSupportDxe/X64/plDebugSupport.c @@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. IDT_ENTRY *IdtEntryTable = NULL; DESCRIPTOR NullDesc = {0, 0}; -STATIC EFI_STATUS CreateEntryStub ( IN EFI_EXCEPTION_TYPE ExceptionType, @@ -72,7 +71,6 @@ Returns: return EFI_SUCCESS; } -STATIC EFI_STATUS HookEntry ( IN EFI_EXCEPTION_TYPE ExceptionType, @@ -119,7 +117,6 @@ Returns: return Status; } -STATIC EFI_STATUS UnhookEntry ( IN EFI_EXCEPTION_TYPE ExceptionType