Temporarily increase MAX_BRANCHES until we have a better solution
This commit is contained in:
parent
dac830553e
commit
646c7b3ff6
@ -13,7 +13,7 @@
|
||||
#define MAX_VERSIONS 4
|
||||
|
||||
// Maximum number of branch instructions we can track
|
||||
#define MAX_BRANCHES 100000
|
||||
#define MAX_BRANCHES 250000
|
||||
|
||||
// Registered branch entries
|
||||
branch_t branch_entries[MAX_BRANCHES];
|
||||
|
Loading…
x
Reference in New Issue
Block a user