microinstruction: Void arguments when invalidating instruction
This commit is contained in:
parent
7fa5845c1f
commit
4ed8ee7489
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ void Inst::Invalidate() {
|
|||
if (!value.IsImmediate()) {
|
||||
UndoUse(value);
|
||||
}
|
||||
value = {};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue