yet another fix: outoperand must do nothing with ps_end
This commit is contained in:
		
							parent
							
								
									580bb15076
								
							
						
					
					
						commit
						0e9f072917
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -271,7 +271,8 @@ STATIC outoperand(lnp) | |||
| 
 | ||||
| 	switch(TYPE(lnp)) { | ||||
| 		case OPNO: | ||||
| 			if ((em_flag[INSTR(lnp)-sp_fmnem]&EM_PAR) != PAR_NO) { | ||||
| 			if (INSTR(lnp) <= sp_lmnem && | ||||
| 			    (em_flag[INSTR(lnp)-sp_fmnem]&EM_PAR) != PAR_NO) { | ||||
| 				outbyte((byte) sp_cend); | ||||
| 			} | ||||
| 			break; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue