Revision a87295e8 target-m68k/cpu.h

b/target-m68k/cpu.h
51 51
#define EXCP_ICE            13
52 52

  
53 53
#define EXCP_RTE            0x100
54
#define EXCP_HALT_INSN      0x101
54 55

  
55 56
typedef struct CPUM68KState {
56 57
    uint32_t dregs[8];
......
148 149

  
149 150
#define M68K_FPCR_PREC (1 << 6)
150 151

  
152
void do_m68k_semihosting(CPUM68KState *env, int nr);
153

  
151 154
#ifdef CONFIG_USER_ONLY
152 155
/* Linux uses 8k pages.  */
153 156
#define TARGET_PAGE_BITS 13

Also available in: Unified diff