mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-26 06:51:34 +00:00
Remove debug message
This commit is contained in:
@@ -122,10 +122,6 @@ gb_internal bool check_asm_operand_size_class(T *asm_ctx, typename T::OperandTyp
|
||||
break;
|
||||
}
|
||||
|
||||
if (operand->expr->kind == Ast_AsmRegister) {
|
||||
gb_printf_err("HERE: %s: %s %d %d\n", expr_to_string(operand->expr), type_to_string(operand->type), want_class, got_class);
|
||||
}
|
||||
|
||||
if (!class_ok) {
|
||||
if (reason_) *reason_ = str_lit("register class");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user