aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv/include/arch/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/include/arch/exception.h')
-rw-r--r--src/arch/riscv/include/arch/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/include/arch/exception.h b/src/arch/riscv/include/arch/exception.h
index 28b9279707..fc57b3b55c 100644
--- a/src/arch/riscv/include/arch/exception.h
+++ b/src/arch/riscv/include/arch/exception.h
@@ -55,7 +55,7 @@ static inline void exception_init(void)
void trap_handler(trapframe* tf);
void handle_supervisor_call(trapframe* tf);
-void handleMisalignedLoad(trapframe *tf);
+void handle_misaligned_load(trapframe *tf);
void handle_misaligned_store(trapframe *tf);
#endif