mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Fix step over for jalr
This commit is contained in:
@@ -404,7 +404,7 @@ namespace MIPSAnalyst {
|
||||
//j , jal, ...
|
||||
if (opInfo & IS_JUMP) {
|
||||
info.isBranch = true;
|
||||
if (opInfo & OUT_RA) { // link
|
||||
if ((opInfo & OUT_RA) || (opInfo & OUT_RD)) { // link
|
||||
info.isLinkedBranch = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user