summaryrefslogtreecommitdiff
path: root/68020/include
diff options
context:
space:
mode:
Diffstat (limited to '68020/include')
-rw-r--r--68020/include/u.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/68020/include/u.h b/68020/include/u.h
index 1eb2754db..9c7207cff 100644
--- a/68020/include/u.h
+++ b/68020/include/u.h
@@ -20,7 +20,10 @@ typedef unsigned char u8int;
typedef unsigned short u16int;
typedef unsigned int u32int;
typedef unsigned long long u64int;
-
+typedef signed char s8int;
+typedef signed short s16int;
+typedef signed int s32int;
+typedef signed long long s64int;
/* FCR */
#define FPINEX (3<<8)