From 63918fe1fe6052600bac05446c560e20d64db288 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 20 Aug 2026 09:54:50 +0100 Subject: [PATCH] Remove debug code --- src/check_asm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/check_asm.cpp b/src/check_asm.cpp index 1b121f539..3534911ca 100644 --- a/src/check_asm.cpp +++ b/src/check_asm.cpp @@ -931,10 +931,6 @@ gb_internal void check_mnemonic(AsmCtx *asm_ctx, CheckerContext *ctx, Entity *tm min_count = gb_max(min_count, 0); max_count = gb_max(max_count, 0); - if (mnemonic == asm_ctx->M_IN) { - GB_PANIC("in %d %d", min_count, max_count); - } - // A prefix that none of this mnemonic's forms can take is unconditionally wrong, // independent of whether the operands match — catch it even on a match failure. if (previous_prefix > 0) {