From 142bb6d5cfa25b4f8d495ea82e09a1b94efb9f0f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 6 Jun 2020 15:01:56 +0200 Subject: bcm64: use uvlong for ISAConf.port --- sys/src/9/bcm64/dat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/bcm64/dat.h b/sys/src/9/bcm64/dat.h index e4aa6fd37..fcbd42bba 100644 --- a/sys/src/9/bcm64/dat.h +++ b/sys/src/9/bcm64/dat.h @@ -200,7 +200,7 @@ extern int normalprint; struct ISAConf { char *type; - ulong port; + uvlong port; int irq; ulong dma; ulong mem; -- cgit v1.2.3