mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-25 08:19:37 +00:00
microinstruction: Void arguments when invalidating instruction
This commit is contained in:
@@ -303,6 +303,7 @@ void Inst::Invalidate() {
|
||||
if (!value.IsImmediate()) {
|
||||
UndoUse(value);
|
||||
}
|
||||
value = {};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user