diff options
Diffstat (limited to 'arm/include')
| -rw-r--r-- | arm/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/include/u.h b/arm/include/u.h index db55db33d..916b8cc6f 100644 --- a/arm/include/u.h +++ b/arm/include/u.h @@ -9,7 +9,7 @@ typedef long long vlong; typedef unsigned long long uvlong; typedef unsigned long uintptr; typedef unsigned long usize; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 |
