From 9e390971d42b10baedfb029eca22a53b2493c51f Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 3 Feb 2025 10:21:43 +0100 Subject: [PATCH] corrects include guard comment for fp_functions --- src/vm/fp_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vm/fp_functions.h b/src/vm/fp_functions.h index dced516..c0466a7 100644 --- a/src/vm/fp_functions.h +++ b/src/vm/fp_functions.h @@ -65,4 +65,4 @@ uint64_t fcvt_32_64(uint32_t v1, uint32_t op, uint8_t mode); uint32_t fcvt_64_32(uint64_t v1, uint32_t op, uint8_t mode); uint32_t unbox_s(uint64_t v); } -#endif /* RISCV_SRC_VM_FP_FUNCTIONS_H_ */ +#endif /* _VM_FP_FUNCTIONS_H_ */