mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
disable debug output
This commit is contained in:
parent
51b0a66ac7
commit
39c7ff1e90
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ emit_statement (expr_t *e, opcode_t *op, def_t *var_a, def_t *var_b,
|
|||
statement->c = var_c->ofs;
|
||||
ret = var_c;
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
printf ("%s %s(%d) %s(%d) %s(%d)\n", op->opname,
|
||||
var_a ? var_a->name : "", statement->a,
|
||||
var_b ? var_b->name : "", statement->b,
|
||||
|
|
Loading…
Reference in a new issue