/[gxemul]/trunk/src/cpus/cpu_arm.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/src/cpus/cpu_arm.c

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 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_arm.c,v 1.60 2006/06/24 21:47:23 debug Exp $   *  $Id: cpu_arm.c,v 1.61 2006/07/16 13:32:26 debug Exp $
29   *   *
30   *  ARM CPU emulation.   *  ARM CPU emulation.
31   *   *
# Line 92  int arm_cpu_new(struct cpu *cpu, struct Line 92  int arm_cpu_new(struct cpu *cpu, struct
92          if (found == -1)          if (found == -1)
93                  return 0;                  return 0;
94    
95            cpu->run_instr = arm_run_instr;
96          cpu->memory_rw = arm_memory_rw;          cpu->memory_rw = arm_memory_rw;
97          cpu->update_translation_table = arm_update_translation_table;          cpu->update_translation_table = arm_update_translation_table;
98          cpu->invalidate_translation_caches =          cpu->invalidate_translation_caches =

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

  ViewVC Help
Powered by ViewVC 1.1.26