emulate_exception
return emulate_exception(ctxt, err_vec, err_code, true);
return emulate_exception(ctxt, GP_VECTOR, 0, true);
return emulate_exception(ctxt, MF_VECTOR, 0, false);
return emulate_exception(ctxt, DB_VECTOR, 0, false);
return emulate_exception(ctxt, GP_VECTOR, err, true);
return emulate_exception(ctxt, SS_VECTOR, err, true);
return emulate_exception(ctxt, UD_VECTOR, 0, false);
return emulate_exception(ctxt, TS_VECTOR, err, true);
return emulate_exception(ctxt, DE_VECTOR, 0, false);
return emulate_exception(ctxt, NM_VECTOR, 0, false);