sim: move WITH_SCACHE_PBB to sim-main.h

This helps us break up tconfig.h more.  Any file using this define should
be pulling in sim-main.h already, so things should continue working.
This commit is contained in:
Mike Frysinger
2015-12-25 02:34:40 -05:00
parent 42a3af5688
commit f0c1b768b4
18 changed files with 57 additions and 49 deletions

View File

@@ -23,6 +23,8 @@
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
#define WITH_SCACHE_PBB 1
#include "symcat.h"
#include "sim-basics.h"
#include "cgen-types.h"