diff options
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 445d92bfc7..8ff86d95e5 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -262,4 +262,7 @@ static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc, | X_FLAG | PFIX_FLAG)); } +#define cpu_list cris_cpu_list +void cris_cpu_list(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); + #endif |