/[gxemul]/trunk/src/cpus/cpu_hppa.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_hppa.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_hppa.c,v 1.1 2005/09/07 07:10:16 debug Exp $   *  $Id: cpu_hppa.c,v 1.2 2005/10/22 17:24:20 debug Exp $
29   *   *
30   *  HP PA-RISC CPU emulation.   *  HP PA-RISC CPU emulation.
31   *   *
# Line 71  int hppa_cpu_new(struct cpu *cpu, struct Line 71  int hppa_cpu_new(struct cpu *cpu, struct
71    
72          if (cpu->is_32bit) {          if (cpu->is_32bit) {
73                  cpu->update_translation_table = hppa32_update_translation_table;                  cpu->update_translation_table = hppa32_update_translation_table;
74                  cpu->invalidate_translation_caches_paddr =                  cpu->invalidate_translation_caches =
75                      hppa32_invalidate_translation_caches_paddr;                      hppa32_invalidate_translation_caches;
76                  cpu->invalidate_code_translation =                  cpu->invalidate_code_translation =
77                      hppa32_invalidate_code_translation;                      hppa32_invalidate_code_translation;
78          } else {          } else {
79                  cpu->update_translation_table = hppa_update_translation_table;                  cpu->update_translation_table = hppa_update_translation_table;
80                  cpu->invalidate_translation_caches_paddr =                  cpu->invalidate_translation_caches =
81                      hppa_invalidate_translation_caches_paddr;                      hppa_invalidate_translation_caches;
82                  cpu->invalidate_code_translation =                  cpu->invalidate_code_translation =
83                      hppa_invalidate_code_translation;                      hppa_invalidate_code_translation;
84          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.26