1
0
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:
Andre Fachat 2023-10-12 16:48:56 +02:00
parent 93c334d4c6
commit e85cd7a541

View File

@ -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)