X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Fconstprop.c;h=19403a69793f517dda47aa65cda780b9b1357d8a;hb=c8bf44c44d57bcf08a56ddf56579aa6bf42b0c06;hp=bdae0e2f5904d56bff58fb808dfe4713cc6c1773;hpb=684432ad1a2eb287f74d7211762d273843426966;p=pcsx_rearmed.git diff --git a/deps/lightrec/constprop.c b/deps/lightrec/constprop.c index bdae0e2f..19403a69 100644 --- a/deps/lightrec/constprop.c +++ b/deps/lightrec/constprop.c @@ -662,6 +662,7 @@ void lightrec_consts_propagate(const struct block *block, } fallthrough; case OP_LW: + case OP_META_LWU: v[c.i.rt].known = 0; v[c.i.rt].sign = 0; break;