Use of em_flag was wrong: did not use sp_fmnem
This commit is contained in:
parent
1c8242fcef
commit
9d199fb4ae
@ -224,7 +224,7 @@ bo_switch(b)
|
|||||||
(s->b_next == (bblock_p) 0 ||
|
(s->b_next == (bblock_p) 0 ||
|
||||||
!Lis_elem(s->b_next,s->b_succ) ||
|
!Lis_elem(s->b_next,s->b_succ) ||
|
||||||
((bra = last_code(s->b_start, TRUE)) != (line_p) 0 &&
|
((bra = last_code(s->b_start, TRUE)) != (line_p) 0 &&
|
||||||
(em_flag[INSTR(bra)]&EM_FLO) == FLO_T))) {
|
(em_flag[INSTR(bra)-sp_fmnem]&EM_FLO) == FLO_T))) {
|
||||||
l = last_code(s->b_start,FALSE);
|
l = last_code(s->b_start,FALSE);
|
||||||
if (INSTR(l) == ps_end) {
|
if (INSTR(l) == ps_end) {
|
||||||
if (PREV(l) == (line_p) 0) return;
|
if (PREV(l) == (line_p) 0) return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user