[Bug] Fixed logging without ARM condition codes when logged via a64::Assembler

This commit is contained in:
kobalicek
2022-03-20 19:27:04 +01:00
parent f1a399c4fe
commit d754de58c2

View File

@@ -4993,7 +4993,7 @@ EmitDone:
if (Support::test(options, InstOptions::kReserved)) {
#ifndef ASMJIT_NO_LOGGING
if (_logger)
EmitterUtils::logInstructionEmitted(this, instId, options, o0, o1, o2, opExt, 0, 0, writer.cursor());
EmitterUtils::logInstructionEmitted(this, BaseInst::composeARMInstId(instId, instCC), options, o0, o1, o2, opExt, 0, 0, writer.cursor());
#endif
}