From 88c2be59cd03b240e92d843a9a5d01df860b2668 Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Fri, 20 Oct 2023 22:01:28 +0300 Subject: [PATCH] Update main.c --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 80c2bb0..c46ac08 100644 --- a/src/main.c +++ b/src/main.c @@ -33,6 +33,8 @@ void help(const char* message){ exit(0); } +/////////////////////////////////////////////////////////////////////////////////////////// + void regdump(const tinyriscv_hart* hart){ printf("\n"); printf(" ABI Reg Hex │ ABI Reg Hex \n"); @@ -157,4 +159,4 @@ int main(int argc, char** argv){ //cleanup free(hart.mem); -} \ No newline at end of file +}