changeset 114:15b88cd935c4

- revert last commit, as others would need same treatment, but won't do this now
author cslag
date Sat, 18 Jun 2016 21:17:27 +0200
parents 6f37c4e5970d
children b0d5b49bf418
files dyncallback/dyncall_thunk_mips.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dyncallback/dyncall_thunk_mips.h	Sat Jun 18 21:12:08 2016 +0200
+++ b/dyncallback/dyncall_thunk_mips.h	Sat Jun 18 21:17:27 2016 +0200
@@ -29,9 +29,9 @@
 
 struct DCThunk_
 {
-  DCushort data[6];
-  DCuint   jump;
-  DCushort bddt[2]; // branch delay slots
+  unsigned short data[6];
+  unsigned int   jump;
+  unsigned short bddt[2]; // branch delay slots
 };
 
 #define DCTHUNK_MIPS_SIZE	20