From: twinaphex Date: Tue, 22 Mar 2016 05:13:26 +0000 (+0100) Subject: Backport this - https://github.com/jsonn/pkgsrc/commit/9d0d89dbc3ab94147676f296c61f97... X-Git-Tag: r24l~858 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed8f00a1221b15925117f1c7413b4640e6e7198;hp=-c;p=pcsx_rearmed.git Backport this - https://github.com/jsonn/pkgsrc/commit/9d0d89dbc3ab94147676f296c61f977ee5ce5e36 --- 4ed8f00a1221b15925117f1c7413b4640e6e7198 diff --git a/libpcsxcore/new_dynarec/new_dynarec.c b/libpcsxcore/new_dynarec/new_dynarec.c index e9e2b5cd..65c8f03e 100644 --- a/libpcsxcore/new_dynarec/new_dynarec.c +++ b/libpcsxcore/new_dynarec/new_dynarec.c @@ -134,7 +134,7 @@ struct ll_entry int ccadj[MAXBLOCK]; int slen; u_int instr_addr[MAXBLOCK]; - u_int link_addr[MAXBLOCK][3]; + static u_int link_addr[MAXBLOCK][3]; int linkcount; u_int stubs[MAXBLOCK*3][8]; int stubcount;