We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4073ab commit 000c4cfCopy full SHA for 000c4cf
include/ps2s/gs_reg_types.h
@@ -45,7 +45,7 @@ typedef struct {
45
tU64 pad59 : 1 __attribute__((packed));
46
tU64 DIMX33 : 3 __attribute__((packed));
47
tU64 pad63 : 1 __attribute__((packed));
48
-} tDimx __attribute__((packed));
+} __attribute__((packed)) tDimx ;
49
50
typedef GS_ALPHA tAlpha;
51
typedef GS_BITBLTBUF tBitbltbuf;
0 commit comments