From a5e964190697f7367e92628620baaee370c32f88 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 17 Oct 2013 12:02:45 +0200 Subject: change Rune from ushort to uint for to 21 bit runes (thanks mischief!) big big change. requires rebuilding 8c first and then rebuild everything. --- sparc/include/u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sparc') 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 -- cgit v1.2.3