You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When disassembling an M68000 BSR.L (and possibly other BSR variants), Ghidra adds a control flow override of CALL_RETURN (CALL_TERMINATOR).
For example, 61 ff ff ff b2 f2 at address 0x000896d0 disassembles (correctly) to BSR.L FUN_000849c4 but also halts disassembly as if it were a return; it should be treated the same as JSR.
The text was updated successfully, but these errors were encountered:
When disassembling an M68000 BSR.L (and possibly other BSR variants), Ghidra adds a control flow override of CALL_RETURN (CALL_TERMINATOR).
For example,
61 ff ff ff b2 f2
at address 0x000896d0 disassembles (correctly) toBSR.L FUN_000849c4
but also halts disassembly as if it were a return; it should be treated the same asJSR
.The text was updated successfully, but these errors were encountered: