aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/core.cpp')
-rw-r--r--qtmips_machine/core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/core.cpp b/qtmips_machine/core.cpp
index 2d52203..45b08ec 100644
--- a/qtmips_machine/core.cpp
+++ b/qtmips_machine/core.cpp
@@ -621,6 +621,7 @@ void Core::dtDecodeInit(struct dtDecode &dt) {
dt.memctl = AC_NONE;
dt.num_rs = 0;
dt.num_rt = 0;
+ dt.num_rd = 0;
dt.val_rs = 0;
dt.val_rt = 0;
dt.rwrite = 0;