|
@@ -86,7 +86,7 @@ void thunk_register_struct(int id, const char *name, const argtype *types)
|
|
#endif
|
|
#endif
|
|
/* now we can alloc the data */
|
|
/* now we can alloc the data */
|
|
|
|
|
|
- for(i = 0;i < 2; i++) {
|
|
|
|
|
|
+ for (i = 0; i < ARRAY_SIZE(se->field_offsets); i++) {
|
|
offset = 0;
|
|
offset = 0;
|
|
max_align = 1;
|
|
max_align = 1;
|
|
se->field_offsets[i] = g_new(int, nb_fields);
|
|
se->field_offsets[i] = g_new(int, nb_fields);
|