diff options
Diffstat (limited to '68000/include')
| -rw-r--r-- | 68000/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/68000/include/u.h b/68000/include/u.h index 50b91a02c..445edbfb4 100644 --- a/68000/include/u.h +++ b/68000/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 |
