/[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/ppc32.c revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC trunk/ppc32.c revision 12 by dpavlin, Sat Oct 6 16:45:40 2007 UTC
# Line 70  int ppc32_init(cpu_ppc_t *cpu) Line 70  int ppc32_init(cpu_ppc_t *cpu)
70     cpu->gen->set_idle_pc = (void *)ppc32_set_idle_pc;     cpu->gen->set_idle_pc = (void *)ppc32_set_idle_pc;
71     cpu->gen->get_idling_pc = (void *)ppc32_get_idling_pc;     cpu->gen->get_idling_pc = (void *)ppc32_get_idling_pc;
72    
73       /* zzz */
74       memset(cpu->vtlb,0xFF,sizeof(cpu->vtlb));
75    
76     /* Set the startup parameters */     /* Set the startup parameters */
77     ppc32_reset(cpu);     ppc32_reset(cpu);
78     return(0);     return(0);

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

  ViewVC Help
Powered by ViewVC 1.1.26