print pointer as hex

This commit is contained in:
ceriel 1990-02-23 16:58:34 +00:00
parent 64e1fa33d3
commit 0ec452930f

View file

@ -312,7 +312,7 @@ if (Debug)
if (!match(tp,&machsets[tokexp[i]],0)) { if (!match(tp,&machsets[tokexp[i]],0)) {
cp = findcoerc(tp, &machsets[tokexp[i]]); cp = findcoerc(tp, &machsets[tokexp[i]]);
#ifndef NDEBUG #ifndef NDEBUG
if (Debug>1) fprintf(stderr,"findcoerc returns %d at position %d\n",cp,i); if (Debug>1) fprintf(stderr,"findcoerc returns 0x%x at position %d\n",(unsigned)cp,i);
#endif #endif
if (cp==0) { if (cp==0) {
for (j=0;j<nregneeded;j++) for (j=0;j<nregneeded;j++)