diff options
Diffstat (limited to 'arm64')
-rw-r--r-- | arm64/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm64/include/u.h b/arm64/include/u.h index 94d9cc3b7..ca7037497 100644 --- a/arm64/include/u.h +++ b/arm64/include/u.h @@ -9,7 +9,7 @@ typedef long long vlong; typedef unsigned long long uvlong; typedef vlong intptr; typedef uvlong uintptr; -typedef unsigned long usize; +typedef unsigned long long usize; typedef uint Rune; typedef union FPdbleword FPdbleword; typedef uintptr jmp_buf[2]; |