X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SourceLevelDebugPkg%2FLibrary%2FPeCoffExtraActionLibDebug%2FX64%2FIntHandler.S;fp=SourceLevelDebugPkg%2FLibrary%2FPeCoffExtraActionLibDebug%2FX64%2FIntHandler.S;h=0000000000000000000000000000000000000000;hp=108b40cf6d8ca0c1ddc8195733b9512fc4610b10;hb=fb5c9ed8439b44ab35ff4fd1f997a40f49bc2f89;hpb=c7d22535f7dc90b8fef70153ef98549228569680 diff --git a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S b/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S deleted file mode 100644 index 108b40cf6d..0000000000 --- a/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S +++ /dev/null @@ -1,28 +0,0 @@ -#------------------------------------------------------------------------------ -# -# Copyright (c) 2013, 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. -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# -# Module Name: -# -# IntHandler.S -# -# Abstract: -# -# Assembly interrupt handler function. -# -#------------------------------------------------------------------------------ - -ASM_GLOBAL ASM_PFX(AsmInterruptHandle) - -.text -ASM_PFX(AsmInterruptHandle): - cli - movb $1, %al - iretq