From 8543903d87162812f80c7341c35952244825d01d Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Thu, 7 Aug 2025 15:50:56 +0200 Subject: [PATCH] Add missing semicolon --- src/rvprof_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rvprof_internal.h b/src/rvprof_internal.h index 75d4971..7681045 100644 --- a/src/rvprof_internal.h +++ b/src/rvprof_internal.h @@ -49,7 +49,7 @@ typedef struct { int stack_id; uint64_t child_time; uint64_t child_cycles; - void* func_addr + void* func_addr; } region_t;