#include #include #include #include #include int op_unreachable(struct interp *const i) { i->exception = "Unreachable instruction"; i->exit = true; return 1; } int check_unreachable(FILE *const f) { return 0; }