mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
Remove debugging printf
Remove debugging printf which shouldn't ever have been checked in ;)
This commit is contained in:
parent
4acfb4f44e
commit
a2c486cd6b
2
nasm.c
2
nasm.c
@ -913,8 +913,6 @@ static void assemble_file(char *fname)
|
||||
pass2 = passn > 1 ? 2 : 1; /* 1, 2, 2, ..., 2, 2 */
|
||||
/* pass0 0, 0, 0, ..., 1, 2 */
|
||||
|
||||
printf("pass = %d (%d,%d,%d)\n", passn, pass0, pass1, pass2);
|
||||
|
||||
def_label = passn > 1 ? redefine_label : define_label;
|
||||
|
||||
globalbits = sb = cmd_sb; /* set 'bits' to command line default */
|
||||
|
Loading…
Reference in New Issue
Block a user