Revision ae7d54d4 target-lm32/cpu.h

b/target-lm32/cpu.h
149 149
    LM32_FLAG_IGNORE_MSB = 1,
150 150
};
151 151

  
152
typedef struct CPULM32State {
152
struct CPULM32State {
153 153
    /* general registers */
154 154
    uint32_t regs[32];
155 155

  
......
182 182
    uint8_t num_bps;
183 183
    uint8_t num_wps;
184 184

  
185
} CPULM32State;
185
};
186 186

  
187 187

  
188 188
CPULM32State *cpu_lm32_init(const char *cpu_model);

Also available in: Unified diff