mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Fixed asm.xrefs checkbox in Asm Options (#1167)
This commit is contained in:
parent
99915c990a
commit
5365027f7c
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user