Skip to content

Commit

Permalink
Test what happens if i disable READ_AHEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 5, 2024
1 parent 9be3f00 commit 0d979e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/analysis/fcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <rz_util.h>
#include <rz_list.h>

#define READ_AHEAD 1
#define READ_AHEAD 0
#define SDB_KEY_BB "bb.0x%" PFMT64x ".0x%" PFMT64x
// XXX must be configurable by the user
#define JMPTBL_LEA_SEARCH_SZ 64
Expand Down

0 comments on commit 0d979e2

Please sign in to comment.