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

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

revision 12 by dpavlin, Mon Oct 8 16:18:38 2007 UTC revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: memory.c,v 1.175 2005/08/14 15:47:36 debug Exp $   *  $Id: memory.c,v 1.176 2005/08/28 20:16:23 debug Exp $
29   *   *
30   *  Functions for handling the memory of an emulated machine.   *  Functions for handling the memory of an emulated machine.
31   */   */
# Line 294  void memory_device_dyntrans_access(struc Line 294  void memory_device_dyntrans_access(struc
294                                  for (s=0; s<mem->dev_length[i];                                  for (s=0; s<mem->dev_length[i];
295                                      s+=cpu->machine->arch_pagesize)                                      s+=cpu->machine->arch_pagesize)
296                                          cpu->invalidate_translation_caches_paddr                                          cpu->invalidate_translation_caches_paddr
297                                              (cpu, mem->dev_baseaddr[i] + s);                                              (cpu, mem->dev_baseaddr[i] + s,
298                                                JUST_MARK_AS_NON_WRITABLE);
299                          }                          }
300    
301                          if (cpu->machine->arch == ARCH_MIPS) {                          if (cpu->machine->arch == ARCH_MIPS) {

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

  ViewVC Help
Powered by ViewVC 1.1.26