Skip to content

Commit

Permalink
In order for dynamic core to compile, it needs the var via extern bool
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Apr 7, 2018
1 parent 30526c7 commit 2d4a898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpu/core_dyn_x86.cpp
Expand Up @@ -256,6 +256,7 @@ static void dyn_restoreregister(DynReg * src_reg, DynReg * dst_reg) {
}
#endif

extern bool use_dynamic_core_with_paging;
extern int dynamic_core_cache_block_size;

static bool paging_warning = true;
Expand Down

0 comments on commit 2d4a898

Please sign in to comment.