/[dynamips]/upstream/dynamips-0.2.6-RC1/mips64_exec.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC1/mips64_exec.c

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

upstream/dynamips-0.2.5/mips64_exec.c revision 1 by dpavlin, Sat Oct 6 16:01:44 2007 UTC upstream/dynamips-0.2.6-RC1/mips64_exec.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC
# Line 400  void *mips64_exec_run_cpu(cpu_mips_t *cp Line 400  void *mips64_exec_run_cpu(cpu_mips_t *cp
400     cpu->cpu_thread_running = TRUE;     cpu->cpu_thread_running = TRUE;
401   start_cpu:   start_cpu:
402     for(;;) {     for(;;) {
403        if (unlikely(!cpu->pc) || unlikely(cpu->state != MIPS_CPU_RUNNING))        if (unlikely(cpu->state != MIPS_CPU_RUNNING))
404           break;           break;
405    
406        /* Handle virtual idle loop */        /* Handle virtual idle loop */

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26