summaryrefslogtreecommitdiff
path: root/amd64/include/u.h
diff options
context:
space:
mode:
Diffstat (limited to 'amd64/include/u.h')
-rw-r--r--amd64/include/u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/include/u.h b/amd64/include/u.h
index 17a684368..32978b115 100644
--- a/amd64/include/u.h
+++ b/amd64/include/u.h
@@ -8,7 +8,7 @@ typedef long long vlong;
typedef unsigned long long uvlong;
typedef long long intptr;
typedef unsigned long long uintptr;
-typedef unsigned long usize;
+typedef unsigned long long usize;
typedef uint Rune;
typedef union FPdbleword FPdbleword;
typedef uintptr jmp_buf[2];