summaryrefslogtreecommitdiff
path: root/limbo/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'limbo/types.c')
-rw-r--r--limbo/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/limbo/types.c b/limbo/types.c
index 6d231115..32955483 100644
--- a/limbo/types.c
+++ b/limbo/types.c
@@ -3466,7 +3466,7 @@ expandtype(Type *t, Type *instt, Decl *adtt, Tpair **tp)
if(t == nil)
return nil;
-if(debug['w']) print("expandtype %d %lux %T\n", t->kind, (ulong)t, t);
+if(debug['w']) print("expandtype %d %#p %T\n", t->kind, t, t);
if(!toccurs(t, tp))
return t;
if(debug['w']) print("\texpanding\n");