Use proper ABI alignment rules for fields in structs (xambug# 4123).
[mono.git] / mono / tests / libtest.c
index d710537588dff8e1619671ee57757fddb6f03527..8cda0dc806994a30ea8e52089e5b8874794bc541 100644 (file)
@@ -3276,7 +3276,7 @@ mono_test_marshal_ccw_itest (MonoComObject *pUnk)
 /* thunks.cs:TestStruct */
 typedef struct _TestStruct {
        int A;
-       double B ALIGN(8);  /* align according to  mono's struct layout */
+       double B;
 } TestStruct;
 
 /* Searches for mono symbols in all loaded modules */