mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-09 20:31:06 +00:00
When the instruction BLX LR is translated, BXWritePC(GetRegister(Reg::LR)) was executed after the SetRegister(Reg::LR, _) update was performed. |
||
|---|---|---|
| .. | ||
| translate_arm | ||
| translate_arm.cpp | ||
| translate_thumb.cpp | ||
| translate.cpp | ||
| translate.h | ||