/[gxemul]/trunk/src/include/cpu_ppc.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 /trunk/src/include/cpu_ppc.h

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

revision 27 by dpavlin, Mon Oct 8 16:20:10 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_ppc.h,v 1.65 2006/06/24 21:47:24 debug Exp $   *  $Id: cpu_ppc.h,v 1.66 2006/07/16 13:32:28 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 198  struct ppc_cpu { Line 198  struct ppc_cpu {
198    
199    
200  /*  cpu_ppc.c:  */  /*  cpu_ppc.c:  */
201    int ppc_run_instr(struct cpu *cpu);
202    int ppc32_run_instr(struct cpu *cpu);
203  void ppc_exception(struct cpu *cpu, int exception_nr);  void ppc_exception(struct cpu *cpu, int exception_nr);
204  void ppc_update_translation_table(struct cpu *cpu, uint64_t vaddr_page,  void ppc_update_translation_table(struct cpu *cpu, uint64_t vaddr_page,
205          unsigned char *host_page, int writeflag, uint64_t paddr_page);          unsigned char *host_page, int writeflag, uint64_t paddr_page);

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26