Temporarily increase MAX_BRANCHES until we have a better solution

This commit is contained in:
Maxime Chevalier-Boisvert 2021-04-13 14:37:04 -04:00 committed by Alan Wu
parent dac830553e
commit 646c7b3ff6

View File

@ -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];