diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 15:01:56 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 15:01:56 +0200 |
commit | 142bb6d5cfa25b4f8d495ea82e09a1b94efb9f0f (patch) | |
tree | 1b3da004cb271e21c1a13b4961c304dfc2a05817 /sys/src/9/bcm64 | |
parent | c7d9da8f5a41b833946027c802e0e8d7dd014b22 (diff) |
bcm64: use uvlong for ISAConf.port
Diffstat (limited to 'sys/src/9/bcm64')
-rw-r--r-- | sys/src/9/bcm64/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |