/[pearpc]/src/cpu/cpu.h
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 /src/cpu/cpu.h

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

revision 1 by dpavlin, Wed Sep 5 17:11:21 2007 UTC revision 6 by dpavlin, Wed Sep 5 18:04:11 2007 UTC
# Line 48  void   ppc_cpu_set_gpr(int cpu, int i, uin Line 48  void   ppc_cpu_set_gpr(int cpu, int i, uin
48  void    ppc_cpu_set_msr(int cpu, uint32 newvalue);  void    ppc_cpu_set_msr(int cpu, uint32 newvalue);
49  void    ppc_cpu_set_pc(int cpu, uint32 newvalue);  void    ppc_cpu_set_pc(int cpu, uint32 newvalue);
50  uint32  ppc_cpu_get_pc(int cpu);  uint32  ppc_cpu_get_pc(int cpu);
51  uint32  ppc_cpu_get_pvr(int cpu);  uint32  ppc_cpu_get_pvr(int cpu);       // FIXME Doesn't need cpu?
52    
53  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.26