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

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

upstream/dynamips-0.2.6-RC5/dev_zero.c revision 6 by dpavlin, Sat Oct 6 16:09:07 2007 UTC upstream/dynamips-0.2.7-RC1/dev_zero.c revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco C7200 (Predator) Simulation Platform.   * Cisco router simulation platform.
3   * Copyright (C) 2005,2006 Christophe Fillot.  All rights reserved.   * Copyright (C) 2005,2006 Christophe Fillot.  All rights reserved.
4   *   *
5   * Zeroed memory zone.   * Zeroed memory zone.
# Line 12  Line 12 
12  #include <pthread.h>  #include <pthread.h>
13  #include <errno.h>  #include <errno.h>
14    
15  #include "mips64.h"  #include "cpu.h"
16    #include "vm.h"
17  #include "dynamips.h"  #include "dynamips.h"
18  #include "memory.h"  #include "memory.h"
19  #include "device.h"  #include "device.h"
# Line 26  struct zero_data { Line 27  struct zero_data {
27  /*  /*
28   * dev_zero_access()   * dev_zero_access()
29   */   */
30  void *dev_zero_access(cpu_mips_t *cpu,struct vdevice *dev,  void *dev_zero_access(cpu_gen_t *cpu,struct vdevice *dev,
31                        m_uint32_t offset,u_int op_size,u_int op_type,                        m_uint32_t offset,u_int op_size,u_int op_type,
32                        m_uint64_t *data)                        m_uint64_t *data)
33  {  {

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

  ViewVC Help
Powered by ViewVC 1.1.26