diff options
Diffstat (limited to 'Inferno/spim/include')
| -rw-r--r-- | Inferno/spim/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Inferno/spim/include/u.h b/Inferno/spim/include/u.h index 8a57b3a2..5181c25d 100644 --- a/Inferno/spim/include/u.h +++ b/Inferno/spim/include/u.h @@ -6,7 +6,7 @@ typedef unsigned int uint; typedef signed char schar; typedef long long vlong; typedef unsigned long long uvlong; -typedef ushort Rune; +typedef uint Rune; typedef union FPdbleword FPdbleword; typedef long jmp_buf[2]; #define JMPBUFSP 0 |
