/[qemu]/qemu/translate-all.c
ViewVC logotype

Diff of /qemu/translate-all.c

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

revision 1.1 by bellard, Tue Sep 30 20:59:51 2003 UTC revision 1.2 by bellard, Sun Nov 23 17:32:06 2003 UTC
# Line 190  int cpu_restore_state(TranslationBlock * Line 190  int cpu_restore_state(TranslationBlock *
190  #elif defined(TARGET_ARM)  #elif defined(TARGET_ARM)
191      env->regs[15] = gen_opc_pc[j];      env->regs[15] = gen_opc_pc[j];
192  #elif defined(TARGET_SPARC)  #elif defined(TARGET_SPARC)
193          env->pc = gen_opc_pc[j];      env->pc = gen_opc_pc[j];
194    #elif defined(TARGET_PPC)
195        env->nip = gen_opc_pc[j];
196  #endif  #endif
197      return 0;      return 0;
198  }  }
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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