Edit stack.size description for clarity (Fix #5542)

Remove mention of anotated stack from description of stack.size configurable.  stack.size applies regardles of value of stack.anotat

Fix for issue 5541
This commit is contained in:
Philip Grohe 2016-08-17 09:09:19 -04:00 committed by Maijin
parent b9ae1d9dc6
commit 34dea157f0

View File

@ -1665,7 +1665,7 @@ R_API int r_core_config_init(RCore *core) {
#endif
SETPREF("stack.bytes", "true", "Show bytes instead of words in stack");
SETPREF("stack.anotated", "false", "Show anotated hexdump in visual debug");
SETI("stack.size", 64, "Size of anotated hexdump in visual debug");
SETI("stack.size", 64, "Size in bytes of stack hexdump in visual debug");
SETI("stack.delta", 0, "Delta for the stack dump");
SETCB("dbg.libs", "", &cb_dbg_libs, "If set stop when loading matching libname");