/[gxemul]/trunk/src/cpus/cpu_alpha.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_alpha.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_alpha.c,v 1.1 2005/08/29 14:36:41 debug Exp $   *  $Id: cpu_alpha.c,v 1.2 2005/10/22 17:24:20 debug Exp $
29   *   *
30   *  Alpha CPU emulation.   *  Alpha CPU emulation.
31   *   *
# Line 71  int alpha_cpu_new(struct cpu *cpu, struc Line 71  int alpha_cpu_new(struct cpu *cpu, struc
71    
72          cpu->memory_rw = alpha_memory_rw;          cpu->memory_rw = alpha_memory_rw;
73          cpu->update_translation_table = alpha_update_translation_table;          cpu->update_translation_table = alpha_update_translation_table;
74          cpu->invalidate_translation_caches_paddr =          cpu->invalidate_translation_caches =
75              alpha_invalidate_translation_caches_paddr;              alpha_invalidate_translation_caches;
76          cpu->invalidate_code_translation = alpha_invalidate_code_translation;          cpu->invalidate_code_translation = alpha_invalidate_code_translation;
77          cpu->is_32bit = 0;          cpu->is_32bit = 0;
78    

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

  ViewVC Help
Powered by ViewVC 1.1.26