Skip to content

Commit b744ab0

Browse files
committed
Redefine new_tags array properly
1 parent 3fc95f7 commit b744ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ps2/veronica/prog/ps2_MovieFunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VoBuf voBuf __attribute__((aligned(64)));
2929
u_long128 test_tag[1400] __attribute__((aligned(64)));
3030
RMI_WORK rmi;
3131
MDSIZE_WORK mdSize __attribute__((aligned(64)));
32-
u_long128* new_tags[64] __attribute__((aligned(64)));
32+
u_long128 new_tags[64] __attribute__((aligned(64)));
3333
int isCountVblank;
3434
static int __image_w__;
3535
static int __image_h__;

0 commit comments

Comments
 (0)