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

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

revision 17 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 18 by dpavlin, Mon Oct 8 16:19:11 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: cpu_i960.c,v 1.2 2005/09/07 07:41:30 debug Exp $   *  $Id: cpu_i960.c,v 1.3 2005/10/22 17:24:20 debug Exp $
29   *   *
30   *  Intel i960 CPU emulation.   *  Intel i960 CPU emulation.
31   */   */
# Line 62  int i960_cpu_new(struct cpu *cpu, struct Line 62  int i960_cpu_new(struct cpu *cpu, struct
62    
63          cpu->memory_rw = i960_memory_rw;          cpu->memory_rw = i960_memory_rw;
64          cpu->update_translation_table = i960_update_translation_table;          cpu->update_translation_table = i960_update_translation_table;
65          cpu->invalidate_translation_caches_paddr =          cpu->invalidate_translation_caches =
66              i960_invalidate_translation_caches_paddr;              i960_invalidate_translation_caches;
67          cpu->invalidate_code_translation = i960_invalidate_code_translation;          cpu->invalidate_code_translation = i960_invalidate_code_translation;
68          cpu->is_32bit = 1;          cpu->is_32bit = 1;
69    

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26