Disable asm.movlea by default (#1630)

This commit is contained in:
Itay Cohen 2019-06-30 12:48:25 +03:00 committed by Florian Märkl
parent 4e0d899f68
commit d8b53421cd

View File

@ -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}
};