We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc95f7 commit b744ab0Copy full SHA for b744ab0
src/ps2/veronica/prog/ps2_MovieFunc.c
@@ -29,7 +29,7 @@ VoBuf voBuf __attribute__((aligned(64)));
29
u_long128 test_tag[1400] __attribute__((aligned(64)));
30
RMI_WORK rmi;
31
MDSIZE_WORK mdSize __attribute__((aligned(64)));
32
-u_long128* new_tags[64] __attribute__((aligned(64)));
+u_long128 new_tags[64] __attribute__((aligned(64)));
33
int isCountVblank;
34
static int __image_w__;
35
static int __image_h__;
0 commit comments