| 1483 | |
| 1484 | |
| 1485 | static int nofail (Instruction *p, int l) { |
| 1486 | int i; |
| 1487 | for (i = 0; i < l; i += sizei(p + i)) { |
| 1488 | if (!isnofail(p + i)) return 0; |
| 1489 | } |
| 1490 | return 1; |
| 1491 | } |
| 1492 | |
| 1493 | |
| 1494 | static int interfere (Instruction *p1, int l1, CharsetTag *st2) { |