print pointer as hex
This commit is contained in:
parent
64e1fa33d3
commit
0ec452930f
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||||
|
|
Loading…
Add table
Reference in a new issue