Overhaul logging.
This commit is contained in:
@@ -3163,7 +3163,7 @@ bool SelectSequence(X64Emitter* e, const Instr* i, const Instr** new_tail) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
XELOGE("No sequence match for variant %s", i->opcode->name);
|
||||
XELOGE("No sequence match for variant {}", i->opcode->name);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user