X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIpf%2FCpuBreakpoint.c;h=49bd06b8c2a3063cc9b03b5e701a1b644531ccc2;hp=0097d991ebf2ae2bb75b10282672621dc92b79eb;hb=cd4903c497c9ace4016efb340d6e9cfd561a9833;hpb=91621725935f62c2c50be3695f7fee4966f08ab0;ds=sidebyside diff --git a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c index 0097d991eb..49bd06b8c2 100644 --- a/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ipf/CpuBreakpoint.c @@ -19,21 +19,6 @@ #pragma intrinsic (__break) #pragma intrinsic (__mfa) -typedef struct { - UINT64 Status; - UINT64 r9; - UINT64 r10; - UINT64 r11; -} PAL_PROC_RETURN; - -PAL_PROC_RETURN -PalCallStatic ( - IN CONST VOID *PalEntryPoint, - IN UINT64 Arg1, - IN UINT64 Arg2, - IN UINT64 Arg3, - IN UINT64 Arg4 - ); /** Generates a breakpoint on the CPU.