Use of em_flag was wrong: did not use sp_fmnem
This commit is contained in:
		
							parent
							
								
									74ff22b506
								
							
						
					
					
						commit
						7a0002427d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue