mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-07 15:32:13 +00:00
Set anal.hasnext to false by default, as in radare2
This commit is contained in:
parent
09e4bf348e
commit
395a383ca1
@ -813,7 +813,7 @@ void CutterCore::setSettings()
|
|||||||
setConfig("asm.tabsoff", 5);
|
setConfig("asm.tabsoff", 5);
|
||||||
setConfig("asm.midflags", 2);
|
setConfig("asm.midflags", 2);
|
||||||
|
|
||||||
setConfig("anal.hasnext", true);
|
setConfig("anal.hasnext", false);
|
||||||
setConfig("asm.lines.call", false);
|
setConfig("asm.lines.call", false);
|
||||||
setConfig("asm.flgoff", true);
|
setConfig("asm.flgoff", true);
|
||||||
setConfig("anal.autoname", true);
|
setConfig("anal.autoname", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user