mirror of
https://github.com/fachat/xa65.git
synced 2025-04-08 18:37:12 +00:00
remove bogus debug print
This commit is contained in:
parent
93c334d4c6
commit
e85cd7a541
@ -173,7 +173,7 @@ printf("pointer: v=%04x, afl=%04x\n",*v,afl);
|
||||
|
||||
while(!er && s[pp]!=')' && s[pp]!=']' && s[pp]!=',' && s[pp]!=T_END && s[pp]!=T_COMMENT)
|
||||
{
|
||||
fprintf(stderr, "ag_term while: s[pp=%d]=%02x\n", pp, s[pp]);
|
||||
//fprintf(stderr, "ag_term while: s[pp=%d]=%02x\n", pp, s[pp]);
|
||||
er=get_op(s,&o);
|
||||
|
||||
if(!er && pr[o]>p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user