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

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

revision 14 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_sparc.c,v 1.1 2005/08/29 14:36:41 debug Exp $   *  $Id: cpu_sparc.c,v 1.2 2005/10/22 17:24:21 debug Exp $
29   *   *
30   *  SPARC CPU emulation.   *  SPARC CPU emulation.
31   */   */
# Line 62  int sparc_cpu_new(struct cpu *cpu, struc Line 62  int sparc_cpu_new(struct cpu *cpu, struc
62    
63          cpu->memory_rw = sparc_memory_rw;          cpu->memory_rw = sparc_memory_rw;
64          cpu->update_translation_table = sparc_update_translation_table;          cpu->update_translation_table = sparc_update_translation_table;
65          cpu->invalidate_translation_caches_paddr =          cpu->invalidate_translation_caches =
66              sparc_invalidate_translation_caches_paddr;              sparc_invalidate_translation_caches;
67          cpu->invalidate_code_translation =          cpu->invalidate_code_translation =
68              sparc_invalidate_code_translation;              sparc_invalidate_code_translation;
69    

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

  ViewVC Help
Powered by ViewVC 1.1.26