comparison dyncallback/dyncall_thunk_mips.h @ 155:bbefb8b8e74c

- sparc32 thunk code - replaced some c++ comments with old c ones - whitespace cosmetics
author cslag
date Thu, 24 Nov 2016 23:47:31 +0000
parents 15b88cd935c4
children f5577f6bf97a
comparison
equal deleted inserted replaced
154:3729a99ef03c 155:bbefb8b8e74c
32 unsigned short data[6]; 32 unsigned short data[6];
33 unsigned int jump; 33 unsigned int jump;
34 unsigned short 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 */
40 40