Revision 1d9000e8

b/cpu-exec.c
210 210

  
211 211
int cpu_exec(CPUState *env1)
212 212
{
213
    host_reg_t saved_env_reg;
213
    volatile host_reg_t saved_env_reg;
214 214
    int ret, interrupt_request;
215 215
    TranslationBlock *tb;
216 216
    uint8_t *tc_ptr;

Also available in: Unified diff