Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 19, 2024
1 parent 64b13b9 commit 60eee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_anal.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13813,7 +13813,7 @@ static int cmd_anal_all(RCore *core, const char *input) {
logline (core, 70, "Skipping function emulation in debugger mode (aaef)");
// nothing to do
} else {
bool use_pcache = true; // false;
bool use_pcache = false; // must be true?
const bool io_cache = r_config_get_b (core->config, "io.pcache");
if (use_pcache) {
r_config_set_b (core->config, "io.pcache", true);
Expand Down

0 comments on commit 60eee46

Please sign in to comment.