Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 28, 2024
1 parent f048223 commit 8e70ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libr/arch/p/x86/plugin_cs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* radare2 - LGPL - Copyright 2013-2023 - pancake */
/* radare2 - LGPL - Copyright 2013-2024 - pancake */

#include <r_arch.h>
#include <r_anal.h>
Expand Down
4 changes: 2 additions & 2 deletions libr/core/cmd_anal.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13761,8 +13761,8 @@ 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 = false;
const bool io_cache = r_config_get_i (core->config, "io.pcache");
bool use_pcache = true; // false;
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 8e70ac5

Please sign in to comment.