Diff for /gforth/engine/profile.c between versions 1.4 and 1.5

version 1.4, 2001/03/04 13:39:35 version 1.5, 2001/03/18 10:33:25
Line 102  void postprocess_block(block_count *b) Line 102  void postprocess_block(block_count *b)
       add_inst(b,"unknown");        add_inst(b,"unknown");
       ip++;        ip++;
     }      }
     _endif_:
     next_block = block_lookup(ip);      next_block = block_lookup(ip);
   } while (next_block == NULL);    } while (next_block == NULL);
   /* we fell through, so set fallthrough and update the count */    /* we fell through, so set fallthrough and update the count */

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>