diff --git a/External/FEXCore/Source/Interface/Core/JIT/Arm64/ALUOps.cpp b/External/FEXCore/Source/Interface/Core/JIT/Arm64/ALUOps.cpp index 147c58ac52..f47444baa4 100644 --- a/External/FEXCore/Source/Interface/Core/JIT/Arm64/ALUOps.cpp +++ b/External/FEXCore/Source/Interface/Core/JIT/Arm64/ALUOps.cpp @@ -163,7 +163,7 @@ DEF_OP(Mul) { case 8: mul(Dst, GetReg(Op->Header.Args[0].ID()), GetReg(Op->Header.Args[1].ID())); break; - default: LOGMAN_MSG_A_FMT("Unknown Mul size: %d", OpSize); + default: LOGMAN_MSG_A_FMT("Unknown Mul size: {}", OpSize); } }