Always look up verify_dirty literals from offsets by neonloop (#194)
authorgameblabla <gameblabla@users.noreply.github.com>
Wed, 25 Aug 2021 20:55:22 +0000 (20:55 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 20:55:22 +0000 (23:55 +0300)
commit16c8be170aef16720d553992f69f5244550a9415
tree3daf789a7a3aa7cf2ddaf4bfdb8208e72c5ca725
parenta4ae39973ff2e77b233c467fbd0e49cc55d72f56
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 <neonloop@pm.me>
libpcsxcore/new_dynarec/assem_arm.c