/[dynamips]/trunk/ppc32.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/ppc32.c

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

upstream/dynamips-0.2.7-RC2/ppc32.c revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC upstream/dynamips-0.2.7-RC3/ppc32.c revision 9 by dpavlin, Sat Oct 6 16:26:06 2007 UTC
# Line 42  int ppc32_reset(cpu_ppc_t *cpu) Line 42  int ppc32_reset(cpu_ppc_t *cpu)
42  /* Initialize a PowerPC processor */  /* Initialize a PowerPC processor */
43  int ppc32_init(cpu_ppc_t *cpu)  int ppc32_init(cpu_ppc_t *cpu)
44  {  {
45       /* Initialize JIT operations */
46       jit_op_init_cpu(cpu->gen);
47    
48     /* Initialize idle timer */     /* Initialize idle timer */
49     cpu->gen->idle_max = 1500;     cpu->gen->idle_max = 1500;
50     cpu->gen->idle_sleep_time = 30000;     cpu->gen->idle_sleep_time = 30000;

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

  ViewVC Help
Powered by ViewVC 1.1.26