summaryrefslogtreecommitdiff
path: root/msim/sim.h
diff options
context:
space:
mode:
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;
};