View | Details | Raw Unified | Return to bug 144325 | Differences between
and this patch

Collapse All | Expand All

(-)contrib/libpcap/optimize.c (+1 lines)
Lines 1269-1277 Link Here
1269
1269
1270
	for (atom = 0; atom < N_ATOMS; ++atom)
1270
	for (atom = 0; atom < N_ATOMS; ++atom)
1271
		if (last[atom] && !ATOMELEM(b->out_use, atom)) {
1271
		if (last[atom] && !ATOMELEM(b->out_use, atom)) {
1272
			last[atom]->code = NOP;
1272
			last[atom]->code = NOP;
1273
			opt_state->done = 0;
1273
			opt_state->done = 0;
1274
			vstore(0, &b->val[atom], VAL_UNKNOWN, 0);
1274
		}
1275
		}
1275
}
1276
}
1276
1277
1277
static void
1278
static void

Return to bug 144325