comparison dyncallback/dyncall_thunk_mips.h @ 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 bbefb8b8e74c
comparison
equal deleted inserted replaced
113:6f37c4e5970d 114:15b88cd935c4
27 #ifndef DYNCALL_THUNK_MIPS_H 27 #ifndef DYNCALL_THUNK_MIPS_H
28 #define DYNCALL_THUNK_MIPS_H 28 #define DYNCALL_THUNK_MIPS_H
29 29
30 struct DCThunk_ 30 struct DCThunk_
31 { 31 {
32 DCushort data[6]; 32 unsigned short data[6];
33 DCuint jump; 33 unsigned int jump;
34 DCushort bddt[2]; // branch delay slots 34 unsigned short bddt[2]; // branch delay slots
35 }; 35 };
36 36
37 #define DCTHUNK_MIPS_SIZE 20 37 #define DCTHUNK_MIPS_SIZE 20
38 38
39 #endif /* DYNCALL_THUNK_MIPS_H */ 39 #endif /* DYNCALL_THUNK_MIPS_H */