/[gxemul]/trunk/src/cpu_run.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 /trunk/src/cpu_run.c

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

revision 9 by dpavlin, Mon Oct 8 16:17:48 2007 UTC revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_run.c,v 1.6 2005/02/21 07:55:19 debug Exp $   *  $Id: cpu_run.c,v 1.8 2005/06/24 19:23:03 debug Exp $
29   *   *
30   *  Included from cpu_mips.c, cpu_ppc.c etc.  (The reason for this is that   *  Included from cpu_mips.c, cpu_ppc.c etc.  (The reason for this is that
31   *  the call to a specific cpu's routine that runs one instruction will   *  the call to a specific cpu's routine that runs one instruction will
# Line 237  int CPU_RUN(struct emul *emul, struct ma Line 237  int CPU_RUN(struct emul *emul, struct ma
237                  }                  }
238    
239                  if (machine->ncycles > machine->ncycles_show + (1<<23)) {                  if (machine->ncycles > machine->ncycles_show + (1<<23)) {
240                          cpu_show_cycles(machine, &machine->starttime,                          machine->ncycles_since_gettimeofday +=
241                              machine->ncycles, 0);                              (machine->ncycles - machine->ncycles_show);
242                            cpu_show_cycles(machine, 0);
243                          machine->ncycles_show = machine->ncycles;                          machine->ncycles_show = machine->ncycles;
244                  }                  }
245    

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26