diff options
Diffstat (limited to 'qtmips_machine')
-rw-r--r-- | qtmips_machine/core.cpp | 1 |
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; |