microinstruction: Void arguments when invalidating instruction

This commit is contained in:
MerryMage 2017-02-18 21:29:23 +00:00
parent 7fa5845c1f
commit 4ed8ee7489

View file

@ -303,6 +303,7 @@ void Inst::Invalidate() {
if (!value.IsImmediate()) {
UndoUse(value);
}
value = {};
}
}