i have a PowerPC RE project with a large function (about 3600 lines in decompile) which several times a day Ghidra by itself decides to split in two parts, since there are a few bytes it cannot disassemble in between.
Since there are a lot of references from the second code part to data / pointers / register settings in the firs part, I would really like to avoid it.
- how can I hinder Ghidra doing this again?
- how can I combine the function parts into one?
Thanks!
By the way: it decompiles the big function frequently, even when I only add a comment. This takes about 2 minutes. how can I avoid this, too?
