git subrepo pull --force deps/lightrec
[pcsx_rearmed.git] / deps / lightrec / constprop.c
index bdae0e2..19403a6 100644 (file)
@@ -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;