panda icon indicating copy to clipboard operation
panda copied to clipboard

memory callbacks missing on MIPS

Open lacraig2 opened this issue 3 years ago • 0 comments

MIPS is missing memory callbacks on more complicated instructions that involve helpers.

In particular, it is missing swr, swl, lwl, and lwr (and 64-bit equivalents).

https://github.com/panda-re/panda/blob/dev/target/mips/op_helper.c#L318-L358

Related: #1163, #1119

lacraig2 avatar Feb 23 '22 21:02 lacraig2