/[pearpc]/src/cpu/cpu_jitc_x86/ppc_cpu.cc
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_jitc_x86/ppc_cpu.cc

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

revision 6 by dpavlin, Wed Sep 5 17:11:21 2007 UTC revision 7 by dpavlin, Wed Sep 5 18:23:57 2007 UTC
# Line 197  uint32 ppc_cpu_get_pvr(int cpu) Line 197  uint32 ppc_cpu_get_pvr(int cpu)
197          return gCPU.pvr;          return gCPU.pvr;
198  }  }
199    
200    uint32  ppc_cpu_get_lr(int cpu)
201    {
202            return gCPU.lr;
203    }
204    
205    
206  void ppc_set_singlestep_v(bool v, const char *file, int line, const char *format, ...)  void ppc_set_singlestep_v(bool v, const char *file, int line, const char *format, ...)
207  {  {

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

  ViewVC Help
Powered by ViewVC 1.1.26