mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 16:10:05 +01:00
microinstruction: Void arguments when invalidating instruction
This commit is contained in:
parent
7fa5845c1f
commit
4ed8ee7489
@ -303,6 +303,7 @@ void Inst::Invalidate() {
|
|||||||
if (!value.IsImmediate()) {
|
if (!value.IsImmediate()) {
|
||||||
UndoUse(value);
|
UndoUse(value);
|
||||||
}
|
}
|
||||||
|
value = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user