/[dynamips]/upstream/dynamips-0.2.6-RC4/dynamips.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.6-RC4/dynamips.c

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

upstream/dynamips-0.2.6-RC3/dynamips.c revision 4 by dpavlin, Sat Oct 6 16:06:49 2007 UTC upstream/dynamips-0.2.6-RC4/dynamips.c revision 5 by dpavlin, Sat Oct 6 16:08:03 2007 UTC
# Line 1111  int main(int argc,char *argv[]) Line 1111  int main(int argc,char *argv[])
1111           exit(EXIT_FAILURE);           exit(EXIT_FAILURE);
1112        }        }
1113    
1114  #if DEBUG_PERF_COUNTER  #if (DEBUG_INSN_PERF_CNT > 0) || (DEBUG_BLOCK_PERF_CNT > 0)
1115        {        {
1116           m_uint64_t prev = 0,delta;           m_uint64_t prev = 0,delta;
1117           while(vm->status == VM_STATUS_RUNNING) {           while(vm->status == VM_STATUS_RUNNING) {

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26