Revision c2764719 target-cris/cpu.h

b/target-cris/cpu.h
23 23

  
24 24
#define TARGET_LONG_BITS 32
25 25

  
26
#define CPUState struct CPUCRISState
27

  
26 28
#include "cpu-defs.h"
27 29

  
28 30
#define TARGET_HAS_ICE 1
......
199 201
#define TARGET_PAGE_BITS 13
200 202
#define MMAP_SHIFT TARGET_PAGE_BITS
201 203

  
202
#define CPUState CPUCRISState
203 204
#define cpu_init cpu_cris_init
204 205
#define cpu_exec cpu_cris_exec
205 206
#define cpu_gen_code cpu_cris_gen_code

Also available in: Unified diff