Revision 49a945a3 target-i386/exec.h

b/target-i386/exec.h
290 290
        (eflags & update_mask) | 0x2;
291 291
}
292 292

  
293
static inline void env_to_regs(void)
294
{
295
}
296

  
297
static inline void regs_to_env(void)
298
{
299
}
300

  
301 293
static inline int cpu_has_work(CPUState *env)
302 294
{
303 295
    int work;

Also available in: Unified diff