mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-21 14:16:08 +00:00
Disable asm.movlea by default (#1630)
This commit is contained in:
parent
4e0d899f68
commit
d8b53421cd
@ -117,6 +117,7 @@ static const QHash<QString, QVariant> asmOptions = {
|
||||
{ "asm.tabs.off", 5 },
|
||||
{ "asm.marks", false },
|
||||
{ "asm.refptr", false },
|
||||
{ "asm.movlea", false },
|
||||
{ "esil.breakoninvalid",true },
|
||||
{ "graph.offset", false}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user