From 12e098b6823b7d688434bc69729216b2268b1852 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 1 Oct 2024 18:20:50 -0400 Subject: fix sign extension, support branch delay slot --- msim/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msim/sim.h') diff --git a/msim/sim.h b/msim/sim.h index 517babd..6913792 100644 --- a/msim/sim.h +++ b/msim/sim.h @@ -9,7 +9,7 @@ /// arguments struct simulator_args { char *executable; - bool memchk; + bool jdelay; bool debug; }; -- cgit v1.2.3-freya