* Contribute Hitachi SH5 simulator.
This commit is contained in:
parent
9ee6f9cc9a
commit
cbb38b47b3
427 changed files with 53547 additions and 0 deletions
16
sim/sh64/decode.h
Normal file
16
sim/sh64/decode.h
Normal file
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue