mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 13:44:31 +01:00
microinstruction: Removed unnecessary reference from argument of Inst::ReplaceUsesWith
This commit is contained in:
parent
3e0e339d98
commit
1d4446cad5
2 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ void Inst::Invalidate() {
|
|||
}
|
||||
}
|
||||
|
||||
void Inst::ReplaceUsesWith(Value& replacement) {
|
||||
void Inst::ReplaceUsesWith(Value replacement) {
|
||||
Invalidate();
|
||||
|
||||
op = Opcode::Identity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue