From: gameblabla Date: Wed, 25 Aug 2021 20:55:22 +0000 (+0000) Subject: Always look up verify_dirty literals from offsets by neonloop (#194) X-Git-Tag: r23~131 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c8be170aef16720d553992f69f5244550a9415;hp=16c8be170aef16720d553992f69f5244550a9415;p=pcsx_rearmed.git Always look up verify_dirty literals from offsets by neonloop (#194) Literals are deduplicated, so there's no guarantee they will be stored next to each other, even if they're written sequentially. verify_dirty and get_bounds must use the offsets on each instruction, instead of assuming values are stored sequentially. Co-authored-by: neonloop ---