summaryrefslogtreecommitdiff
path: root/src/id.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.cc')
-rw-r--r--src/id.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.cc b/src/id.cc
index e0e16c4..ebf6db6 100644
--- a/src/id.cc
+++ b/src/id.cc
@@ -158,8 +158,8 @@ void ID::decode_R_type(signed int &s1)
break;
default:
if (this->status == OK) {
- this->write_guard<signed int>(s3);
- this->curr_instr->operands.integer.slot_three = s3;
+ this->curr_instr->operands.integer.slot_three =
+ this->write_guard<signed int>(s3);
}
}
}