diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c')
| -rw-r--r-- | MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c b/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c index 2a45ae85120c..d93a1b6e571f 100644 --- a/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c @@ -8,7 +8,10 @@ #include "BaseLibInternals.h" -extern VOID RiscVCpuBreakpoint (VOID); +extern VOID +RiscVCpuBreakpoint ( + VOID + ); /** Generates a breakpoint on the CPU. |
