asm.relsub=true by default

asm.relsub=true by default
This commit is contained in:
Maijin 2016-09-06 10:22:57 +02:00 committed by GitHub
parent 2952120e88
commit 8b413f101e

View File

@ -1617,7 +1617,7 @@ R_API int r_core_config_init(RCore *core) {
SETPREF("asm.vars", "true", "Show local function variables in disassembly");
SETPREF("asm.varxs", "false", "Show accesses of local variables");
SETPREF("asm.varsub", "true", "Substitute variables in disassembly");
SETPREF("asm.relsub", "false", "Substitute pc relative expressions in disasm");
SETPREF("asm.relsub", "true", "Substitute pc relative expressions in disasm");
SETPREF("asm.cmtfold", "false", "Fold comments, toggle with Vz");
SETPREF("asm.family", "false", "Show family name in disasm");
SETPREF("asm.symbol", "false", "Show symbol+delta instead of absolute offset");