| 278 | |
| 279 | |
| 280 | static void printjmp (const Instruction *op, const Instruction *p) { |
| 281 | printf("-> "); |
| 282 | if (p->i.offset == 0) printf("FAIL"); |
| 283 | else printf("%d", (int)(dest(0, p) - op)); |
| 284 | } |
| 285 | |
| 286 | |
| 287 | static void printinst (const Instruction *op, const Instruction *p) { |