Skip to content

Commit 000c4cf

Browse files
author
Francisco Javier Trujillo Mata
committed
Fix packed issue with new toolchain
1 parent c4073ab commit 000c4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ps2s/gs_reg_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ typedef struct {
4545
tU64 pad59 : 1 __attribute__((packed));
4646
tU64 DIMX33 : 3 __attribute__((packed));
4747
tU64 pad63 : 1 __attribute__((packed));
48-
} tDimx __attribute__((packed));
48+
} __attribute__((packed)) tDimx ;
4949

5050
typedef GS_ALPHA tAlpha;
5151
typedef GS_BITBLTBUF tBitbltbuf;

0 commit comments

Comments
 (0)