summaryrefslogtreecommitdiff
path: root/csim/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'csim/sim.h')
-rw-r--r--csim/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/csim/sim.h b/csim/sim.h
index c331fa5..0265f53 100644
--- a/csim/sim.h
+++ b/csim/sim.h
@@ -26,7 +26,7 @@
typedef unsigned long long int t_value;
typedef struct _s_rom {
- int addr_size, word_size;
+ int word_size, words_defined;
t_value *data;
const char *prefix;
struct _s_rom *next;