Skip to content

Commit

Permalink
[sgen] Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
schani committed Dec 10, 2012
1 parent 463b591 commit ae21cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/metadata/sgen-gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ struct _LOSObject {
LOSObject *next;
mword size; /* this is the object size, lowest bit used for pin/mark */
guint8 *cardtable_mod_union; /* only used by the concurrent collector */
#ifdef SIZEOF_VOID_P < 8
#if SIZEOF_VOID_P < 8
mword dummy; /* to align object to sizeof (double) */
#endif
char data [MONO_ZERO_LEN_ARRAY];
Expand Down

0 comments on commit ae21cb1

Please sign in to comment.