mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-25 06:21:35 +00:00
Remove debug code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user