1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Keep consistent cfg.map[]

This commit is contained in:
Dmitry Stogov
2017-07-11 09:28:49 +03:00
parent 85a86e58b2
commit 9d7d409e6a

View File

@@ -153,6 +153,7 @@ static void zend_ssa_remove_nops(zend_op_array *op_array, zend_ssa *ssa)
if (i != target) {
op_array->opcodes[target] = op_array->opcodes[i];
ssa->ops[target] = ssa->ops[i];
ssa->cfg.map[target] = b - blocks;
}
target++;
}