diff 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
line wrap: on
line diff
--- a/dyncallback/dyncall_thunk_mips64.h	Sun Jul 03 01:39:37 2016 +0200
+++ b/dyncallback/dyncall_thunk_mips64.h	Sun Jul 03 01:41:43 2016 +0200
@@ -30,7 +30,7 @@
 {
   union {
     unsigned short s[26];
-    unsigned int   i[13];
+    unsigned int   i[13]; /* don't change from 'int', must be 32bit wide */
   } text;
 };