diff options
Diffstat (limited to 'sim/sh64/decode.h')
-rw-r--r-- | sim/sh64/decode.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/sh64/decode.h b/sim/sh64/decode.h new file mode 100644 index 0000000..2582807 --- /dev/null +++ b/sim/sh64/decode.h @@ -0,0 +1,16 @@ +#ifndef DECODE_H +#define DECODE_H + +#undef WITH_PROFILE_MODEL_P + +#ifdef WANT_ISA_COMPACT +#include "decode-compact.h" +#include "defs-compact.h" +#endif /* WANT_ISA_COMPACT */ + +#ifdef WANT_ISA_MEDIA +#include "decode-media.h" +#include "defs-media.h" +#endif /* WANT_ISA_MEDIA */ + +#endif /* DECODE_H */ |