Fixed asm.xrefs checkbox in Asm Options (#1167)

This commit is contained in:
xarkes 2019-02-05 20:51:39 +01:00 committed by GitHub
parent 99915c990a
commit 5365027f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ static const QHash<QString, QVariant> asmOptions = {
{ "asm.esil", false }, { "asm.esil", false },
{ "asm.pseudo", false }, { "asm.pseudo", false },
{ "asm.offset", true }, { "asm.offset", true },
{ "asm.xrefs", false },
{ "asm.describe", false }, { "asm.describe", false },
{ "asm.stackptr", false }, { "asm.stackptr", false },
{ "asm.slow", true }, { "asm.slow", true },