From ce55048ed8aa387b05bef18cfeb96b31b3abb081 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 14 May 2017 22:27:49 +0100 Subject: use %p not %lux --- limbo/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'limbo') 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"); -- cgit v1.2.3