Remove debug code

This commit is contained in:
gingerBill
2026-08-22 18:48:13 +01:00
parent 0427b18d70
commit 0ba2328c32

View File

@@ -1545,7 +1545,7 @@ gb_internal void check_mnemonic(AsmCtx *asm_ctx, CheckerContext *ctx, Entity *tm
{
begin_error_block();
bool nearly = false && best_score >= gb_max(operands.count*2 - 2, 0);
bool nearly = best_score >= gb_max(operands.count*2 - 2, 0);
if (nearly) {
error(instr->name, "'%.*s' operands nearly matched the expected encoding forms", LIT(name));
} else {