diff options
Diffstat (limited to 'sim/sh64/sim-main.h')
-rw-r--r-- | sim/sh64/sim-main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/sh64/sim-main.h b/sim/sh64/sim-main.h index 7b24ab0..da8f516 100644 --- a/sim/sh64/sim-main.h +++ b/sim/sh64/sim-main.h @@ -7,6 +7,11 @@ sim-basics.h and cgen-types.h needs config.h. */ #include "config.h" +/* This is a global setting. Different cpu families can't mix-n-match -scache + and -pbb. However some cpu families may use -simple while others use + one of -scache/-pbb. ???? */ +#define WITH_SCACHE_PBB 1 + #include "symcat.h" #include "sim-basics.h" #include "cgen-types.h" |