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

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

revision 24 by dpavlin, Mon Oct 8 16:19:56 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_ia64.c,v 1.11 2006/06/16 18:31:25 debug Exp $   *  $Id: cpu_ia64.c,v 1.13 2006/07/16 13:32:26 debug Exp $
29   *   *
30   *  IA64 CPU emulation.   *  IA64 CPU emulation.
31   *   *
# Line 58  int ia64_cpu_new(struct cpu *cpu, struct Line 58  int ia64_cpu_new(struct cpu *cpu, struct
58          if (strcasecmp(cpu_type_name, "IA64") != 0)          if (strcasecmp(cpu_type_name, "IA64") != 0)
59                  return 0;                  return 0;
60    
61            cpu->run_instr = ia64_run_instr;
62          cpu->memory_rw = ia64_memory_rw;          cpu->memory_rw = ia64_memory_rw;
63          cpu->update_translation_table = ia64_update_translation_table;          cpu->update_translation_table = ia64_update_translation_table;
64          cpu->invalidate_translation_caches =          cpu->invalidate_translation_caches =
# Line 70  int ia64_cpu_new(struct cpu *cpu, struct Line 71  int ia64_cpu_new(struct cpu *cpu, struct
71                  debug("%s", cpu->name);                  debug("%s", cpu->name);
72          }          }
73    
         ia64_init_64bit_dummy_tables(cpu);  
   
74          return 1;          return 1;
75  }  }
76    

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

  ViewVC Help
Powered by ViewVC 1.1.26