X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuBreakpoint.S;h=e82434b670d9c3f8c9ef27b1ee2f76be05d58865;hb=c75bbd0e5b127eb2bda7ebbbe4a4019d2469a9f6;hp=859369e50f38b2b1b940f4e8b16ea598f0f097c6;hpb=975201130c7223ef29be7a28500ed107623fc4be;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.S b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.S index 859369e50f..e82434b670 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.S @@ -20,10 +20,7 @@ # #------------------------------------------------------------------------------ - - - - +.globl ASM_PFX(CpuBreakpoint) #------------------------------------------------------------------------------ # VOID @@ -32,10 +29,6 @@ # VOID # ); #------------------------------------------------------------------------------ -.global _CpuBreakpoint -_CpuBreakpoint: +ASM_PFX(CpuBreakpoint): int $3 ret - - -