From d4fab15fcc782e665260428974a4d5805ac95e88 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Tue, 14 May 2024 02:00:00 +0100 Subject: [PATCH] RSPRecomp: Add some features to help debug unhandled indirect jump targets (file+line of instruction and register dump) (#33) --- RSPRecomp/src/rsp_recomp.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RSPRecomp/src/rsp_recomp.cpp b/RSPRecomp/src/rsp_recomp.cpp index 343e84a..4cdfd65 100644 --- a/RSPRecomp/src/rsp_recomp.cpp +++ b/RSPRecomp/src/rsp_recomp.cpp @@ -460,10 +460,12 @@ bool process_instruction(size_t instr_index, const std::vector