mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Disable asm.movlea by default (#1630)
This commit is contained in:
parent
4e0d899f68
commit
d8b53421cd
@ -109,15 +109,16 @@ static const QHash<QString, QVariant> asmOptions = {
|
||||
{ "asm.nbytes", 10 },
|
||||
{ "asm.syntax", "intel" },
|
||||
{ "asm.ucase", false },
|
||||
{ "asm.bb.line", false },
|
||||
{ "asm.bb.line", false },
|
||||
{ "asm.capitalize", false },
|
||||
{ "asm.var.sub", true },
|
||||
{ "asm.var.subonly", true },
|
||||
{ "asm.tabs", 5 },
|
||||
{ "asm.tabs.off", 5 },
|
||||
{ "asm.marks", false },
|
||||
{ "asm.refptr", false },
|
||||
{ "esil.breakoninvalid", true },
|
||||
{ "asm.refptr", false },
|
||||
{ "asm.movlea", false },
|
||||
{ "esil.breakoninvalid",true },
|
||||
{ "graph.offset", false}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user