diff 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
line wrap: on
line diff
--- a/dyncallback/dyncall_thunk_mips64.h	Mon Jul 04 01:02:47 2016 +0200
+++ b/dyncallback/dyncall_thunk_mips64.h	Mon Jul 04 01:03:27 2016 +0200
@@ -32,9 +32,10 @@
     unsigned short s[26];
     unsigned int   i[13]; /* don't change from 'int', must be 32bit wide */
   } text;
+  unsigned int padding; /* 4 bytes, to get struct size to multiple of 8 */
 };
 
-#define DCTHUNK_MIPS64_SIZE	52
+#define DCTHUNK_MIPS64_SIZE	56
 
 #endif /* DYNCALL_THUNK_MIPS64_H */