/[dynamips]/upstream/dynamips-0.2.7-RC2/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 /upstream/dynamips-0.2.7-RC2/memory.c

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

upstream/dynamips-0.2.7-RC1/memory.c revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC upstream/dynamips-0.2.7-RC2/memory.c revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 217  void physmem_copy_u32_to_vm(vm_instance_ Line 217  void physmem_copy_u32_to_vm(vm_instance_
217     m_uint64_t tmp = val;     m_uint64_t tmp = val;
218     m_uint32_t *ptr;     m_uint32_t *ptr;
219    
220     if ((ptr = physmem_get_hptr(vm,paddr,4,MTS_WRITE,&tmp)) != NULL)       if ((ptr = physmem_get_hptr(vm,paddr,4,MTS_WRITE,&tmp)) != NULL)
221        *ptr = htovm32(val);        *ptr = htovm32(val);
222  }  }
223    

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26