comparison dyncallback/dyncall_thunk_mips64.h @ 121:f00b1f3da52e

- added padding to mips64 thunk
author cslag
date Mon, 04 Jul 2016 01:03:27 +0200
parents f0437f85091b
children bbefb8b8e74c
comparison
equal deleted inserted replaced
120:8a6111c2a84a 121:f00b1f3da52e
30 { 30 {
31 union { 31 union {
32 unsigned short s[26]; 32 unsigned short s[26];
33 unsigned int i[13]; /* don't change from 'int', must be 32bit wide */ 33 unsigned int i[13]; /* don't change from 'int', must be 32bit wide */
34 } text; 34 } text;
35 unsigned int padding; /* 4 bytes, to get struct size to multiple of 8 */
35 }; 36 };
36 37
37 #define DCTHUNK_MIPS64_SIZE 52 38 #define DCTHUNK_MIPS64_SIZE 56
38 39
39 #endif /* DYNCALL_THUNK_MIPS64_H */ 40 #endif /* DYNCALL_THUNK_MIPS64_H */
40 41