comparison dyncallback/dyncall_thunk_mips64.h @ 118:f0437f85091b

- cleanups in comments, etc.
author cslag
date Sun, 03 Jul 2016 01:41:43 +0200
parents c5cb02203df4
children f00b1f3da52e
comparison
equal deleted inserted replaced
117:4a64b733dc76 118:f0437f85091b
28 28
29 struct DCThunk_ 29 struct DCThunk_
30 { 30 {
31 union { 31 union {
32 unsigned short s[26]; 32 unsigned short s[26];
33 unsigned int i[13]; 33 unsigned int i[13]; /* don't change from 'int', must be 32bit wide */
34 } text; 34 } text;
35 }; 35 };
36 36
37 #define DCTHUNK_MIPS64_SIZE 52 37 #define DCTHUNK_MIPS64_SIZE 52
38 38