summaryrefslogtreecommitdiff
path: root/msim/sim.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-01 18:20:50 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-01 18:20:50 -0400
commit12e098b6823b7d688434bc69729216b2268b1852 (patch)
tree51385c1183ecb4caed550dfeea514512c4589aed /msim/sim.h
parentdont require phdr to link (diff)
downloadmips-12e098b6823b7d688434bc69729216b2268b1852.tar.gz
mips-12e098b6823b7d688434bc69729216b2268b1852.tar.bz2
mips-12e098b6823b7d688434bc69729216b2268b1852.zip
fix sign extension, support branch delay slot
Diffstat (limited to '')
-rw-r--r--msim/sim.h2
1 files changed, 1 insertions, 1 deletions
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;
};