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

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

revision 9 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: memory_rw.c,v 1.37 2005/06/02 12:31:39 debug Exp $   *  $Id: memory_rw.c,v 1.38 2005/06/27 07:03:39 debug Exp $
29   *   *
30   *  Generic memory_rw(), with special hacks for specific CPU families.   *  Generic memory_rw(), with special hacks for specific CPU families.
31   *   *
# Line 87  int MEMORY_RW(struct cpu *cpu, struct me Line 87  int MEMORY_RW(struct cpu *cpu, struct me
87  #endif  #endif
88    
89  #ifdef MEM_ARM  #ifdef MEM_ARM
90          vaddr &= 0x0fffffff;          vaddr &= 0x3fffffff;
91  #endif  #endif
92    
93  #ifdef MEM_X86  #ifdef MEM_X86

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26