diff options
Diffstat (limited to 'sparc')
-rw-r--r-- | sparc/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparc/include/u.h b/sparc/include/u.h index cc2cb1f97..fe9fbff2d 100644 --- a/sparc/include/u.h +++ b/sparc/include/u.h @@ -8,7 +8,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 |