summaryrefslogtreecommitdiff
path: root/Inferno/arm/include
diff options
context:
space:
mode:
Diffstat (limited to 'Inferno/arm/include')
-rw-r--r--Inferno/arm/include/u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Inferno/arm/include/u.h b/Inferno/arm/include/u.h
index e3d6e897..ddefe4f4 100644
--- a/Inferno/arm/include/u.h
+++ b/Inferno/arm/include/u.h
@@ -7,7 +7,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