mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
microinstruction: Removed unnecessary reference from argument of Inst::ReplaceUsesWith
This commit is contained in:
@@ -300,7 +300,7 @@ void Inst::Invalidate() {
|
||||
}
|
||||
}
|
||||
|
||||
void Inst::ReplaceUsesWith(Value& replacement) {
|
||||
void Inst::ReplaceUsesWith(Value replacement) {
|
||||
Invalidate();
|
||||
|
||||
op = Opcode::Identity;
|
||||
|
||||
Reference in New Issue
Block a user