diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-09 10:31:53 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-11 01:44:21 +0700 |
commit | 2ce92948fca5b6112748c201efe44bd603b01a4c (patch) | |
tree | ec42abcc783e0576690fa88045e856bbd9eba1c3 /sim/common/cgen-scache.h | |
parent | 6ee0b6ea1e8c52b8562d9d7c3ac6da3c5bed2d0e (diff) | |
download | gdb-users/vapier/sim/cpu-uni.zip gdb-users/vapier/sim/cpu-uni.tar.gz gdb-users/vapier/sim/cpu-uni.tar.bz2 |
[wip] always compile in cgen logicusers/vapier/sim/cpu-uni
see if sizeof cgen structs differ in some way.
Diffstat (limited to 'sim/common/cgen-scache.h')
-rw-r--r-- | sim/common/cgen-scache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/cgen-scache.h b/sim/common/cgen-scache.h index 1043920..29e80832 100644 --- a/sim/common/cgen-scache.h +++ b/sim/common/cgen-scache.h @@ -20,6 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CGEN_SCACHE_H #define CGEN_SCACHE_H +#include "cgen-types.h" + /* When caching bb's, instructions are extracted into "chains". SCACHE_MAP is a hash table into these chains. */ |