]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/X64/plDebugSupport.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / X64 / plDebugSupport.c
index 8b907ee6e144d085bee2271ac1a75c315907651d..983a01305ac6db6153984edc3d5f7e425bb70266 100644 (file)
@@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 IDT_ENTRY   *IdtEntryTable  = NULL;\r
 DESCRIPTOR  NullDesc        = {0, 0};\r
 \r
-STATIC\r
 EFI_STATUS\r
 CreateEntryStub (\r
   IN EFI_EXCEPTION_TYPE     ExceptionType,\r
@@ -72,7 +71,6 @@ Returns:
   return EFI_SUCCESS;\r
 }\r
 \r
-STATIC\r
 EFI_STATUS\r
 HookEntry (\r
   IN EFI_EXCEPTION_TYPE            ExceptionType,\r
@@ -119,7 +117,6 @@ Returns:
   return Status;\r
 }\r
 \r
-STATIC\r
 EFI_STATUS\r
 UnhookEntry (\r
   IN EFI_EXCEPTION_TYPE           ExceptionType\r