From cbb38b47b329e8b9188f4deadf91b211116ce45c Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 1 Feb 2002 11:44:32 +0000 Subject: * Contribute Hitachi SH5 simulator. --- sim/sh64/decode.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sim/sh64/decode.h (limited to 'sim/sh64/decode.h') 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 */ -- cgit v1.1