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