Open
Description
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
.