]> The Tcpdump Group git mirrors - libpcap/commit
Fix from Jefferson Ogata <[email protected]> - "count_stmts()" wasn't
authorguy <guy>
Sat, 28 Oct 2000 01:22:52 +0000 (01:22 +0000)
committerguy <guy>
Sat, 28 Oct 2000 01:22:52 +0000 (01:22 +0000)
commit8c16ead77826ba9235de16c7a18be576154e75db
tree592c41375d81c198f61defb73f333bb3657d6dd7
parent82547471f79c2cf4a9943a222d006edc4add2d76
Fix from Jefferson Ogata <[email protected]> - "count_stmts()" wasn't
counting any extra jumps required by a flowgraph node (the conditional
jump instructions have an 8-bit offset; if the target is more than 256
instructions away, we generate a nearby "jump always" to the target, and
jump to that instead).
CREDITS
optimize.c