summaryrefslogtreecommitdiff
path: root/amd64
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-10-17 12:02:45 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-10-17 12:02:45 +0200
commita5e964190697f7367e92628620baaee370c32f88 (patch)
treef0fc96abf5b9052a503d7bfe6af9025941dc8feb /amd64
parente30f50283c60e21763aa28def66deab70ae12187 (diff)
change Rune from ushort to uint for to 21 bit runes (thanks mischief!)
big big change. requires rebuilding 8c first and then rebuild everything.
Diffstat (limited to 'amd64')
-rw-r--r--amd64/include/u.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amd64/include/u.h b/amd64/include/u.h
index 8dce5066f..742de1035 100644
--- a/amd64/include/u.h
+++ b/amd64/include/u.h
@@ -3,12 +3,12 @@ typedef unsigned short ushort;
typedef unsigned char uchar;
typedef unsigned long ulong;
typedef unsigned int uint;
-typedef signed char schar;
+typedef signed char schar;
typedef long long vlong;
typedef unsigned long long uvlong;
typedef unsigned long long uintptr;
typedef unsigned long usize;
-typedef ushort Rune;
+typedef uint Rune;
typedef union FPdbleword FPdbleword;
typedef uintptr jmp_buf[2];
#define JMPBUFSP 0