/[qemu]/qemu/cpu-exec.c
ViewVC logotype

Diff of /qemu/cpu-exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by bellard, Wed Jul 9 17:16:27 2003 UTC revision 1.8 by bellard, Sat Jul 26 12:06:08 2003 UTC
# Line 280  int cpu_exec(CPUState *env1) Line 280  int cpu_exec(CPUState *env1)
280                      tb->tc_ptr = tc_ptr;                      tb->tc_ptr = tc_ptr;
281                      tb->cs_base = (unsigned long)cs_base;                      tb->cs_base = (unsigned long)cs_base;
282                      tb->flags = flags;                      tb->flags = flags;
283                      ret = cpu_gen_code(tb, CODE_GEN_MAX_SIZE, &code_gen_size);                      ret = cpu_gen_code(env, tb, CODE_GEN_MAX_SIZE, &code_gen_size);
284  #if defined(TARGET_I386)  #if defined(TARGET_I386)
285                      /* XXX: suppress that, this is incorrect */                      /* XXX: suppress that, this is incorrect */
286                      /* if invalid instruction, signal it */                      /* if invalid instruction, signal it */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26