--- gforth/Attic/engine.c 1994/09/26 20:31:10 1.16 +++ gforth/Attic/engine.c 1994/10/24 19:15:56 1.19 @@ -1,5 +1,4 @@ /* - $Id: engine.c,v 1.16 1994/09/26 20:31:10 pazsan Exp $ Copyright 1992 by the ANSI figForth Development Group */ @@ -182,7 +181,8 @@ Label *engine(Xt *ip0, Cell *sp0, Cell * #ifdef DEBUG fprintf(stderr,"ip=%x, sp=%x, rp=%x, fp=%x, lp=%x, up=%x\n", - ip,sp,rp,fp,lp,up); + (unsigned)ip,(unsigned)sp,(unsigned)rp, + (unsigned)fp,(unsigned)lp,(unsigned)up); #endif if (ip == NULL) @@ -282,7 +282,7 @@ Label *engine(Xt *ip0, Cell *sp0, Cell * */ #ifdef DEBUG - fprintf(stderr,"%08x/%08x: does: %08x\n",(Cell)ip,(Cell)cfa,DOES_CODE1(cfa)); + fprintf(stderr,"%08x/%08x: does: %08x\n",(Cell)ip,(Cell)PFA(cfa),(Cell)DOES_CODE1(cfa)); fflush(stderr); #endif *--rp = (Cell)ip;