/[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 6 by dpavlin, Wed Sep 5 18:04:11 2007 UTC revision 7 by dpavlin, Wed Sep 5 18:23:57 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);       // FIXME Doesn't need cpu?  uint32  ppc_cpu_get_pvr(int cpu);
52    uint32  ppc_cpu_get_lr(int cpu);        // FIXME Doesn't need cpu?
53    
54  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.26