Added another debug statement

This commit is contained in:
ceriel 1988-03-31 12:50:12 +00:00
parent 14d7db7499
commit 92f28ae164

View file

@ -76,6 +76,7 @@ unsigned codegen(codep,ply,toplevel,costlimit,forced) byte *codep; unsigned cost
#ifndef NDEBUG
level++;
DEBUG("Entering codegen");
if (Debug > 1) fprintf(stderr, "toplevel = %d\n", toplevel);
#endif
for (;;) {
switch( (*codep++)&037 ) {