/[qemu]/qemu/target-arm/translate.c
ViewVC logotype

Diff of /qemu/target-arm/translate.c

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

revision 1.21 by bellard, Sat Apr 23 18:27:52 2005 UTC revision 1.22 by bellard, Sat Apr 23 18:46:03 2005 UTC
# Line 2172  void cpu_dump_state(CPUState *env, FILE Line 2172  void cpu_dump_state(CPUState *env, FILE
2172                      i * 2 + 1, (int)s0.i, s0.s,                      i * 2 + 1, (int)s0.i, s0.s,
2173                      i, (int)(uint32_t)d.l.upper, (int)(uint32_t)d.l.lower,                      i, (int)(uint32_t)d.l.upper, (int)(uint32_t)d.l.lower,
2174                      d.d);                      d.d);
         cpu_fprintf(f, "FPSCR: %08x\n", (int)env->vfp.fpscr);  
2175      }      }
2176        cpu_fprintf(f, "FPSCR: %08x\n", (int)env->vfp.fpscr);
2177  }  }
2178    
2179  target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)  target_ulong cpu_get_phys_page_debug(CPUState *env, target_ulong addr)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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