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

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

upstream/dynamips-0.2.7-RC1/device.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC upstream/dynamips-0.2.7-RC2/device.h revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 57  void *dev_access_fast(cpu_gen_t *cpu,u_i Line 57  void *dev_access_fast(cpu_gen_t *cpu,u_i
57        return NULL;        return NULL;
58     }     }
59    
60    #if DEBUG_DEV_PERF_CNT
61       cpu->dev_access_counter++;
62    #endif
63    
64     return(dev->handler(cpu,dev,offset,op_size,op_type,data));     return(dev->handler(cpu,dev,offset,op_size,op_type,data));
65  }  }
66    

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

  ViewVC Help
Powered by ViewVC 1.1.26