summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c')
-rw-r--r--MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c b/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c
index 88d0877a2f..6274cbcfaa 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.