BC_RESOLVE_UNKNOWN_LEN but also BC_RESOLVE_ERROR so that a spurious circular
reference detected is not output from the basic optimizer.
svn path=/trunk/yasm/; revision=732
&ead_t.need_sib, calc_bc_dist)) {
expr_delete(temp);
/* failed, don't bother checking rest of insn */
- return BC_RESOLVE_UNKNOWN_LEN;
+ return BC_RESOLVE_UNKNOWN_LEN|BC_RESOLVE_ERROR;
}
expr_delete(temp);
&ead_t.need_sib, calc_bc_dist)) {
expr_delete(temp);
/* failed, don't bother checking rest of insn */
- return BC_RESOLVE_UNKNOWN_LEN;
+ return BC_RESOLVE_UNKNOWN_LEN|BC_RESOLVE_ERROR;
}
expr_delete(temp);