bug fix: did not return soon enough
This commit is contained in:
		
							parent
							
								
									05c205181b
								
							
						
					
					
						commit
						0c56d078ec
					
				
					 1 changed files with 4 additions and 15 deletions
				
			
		|  | @ -39,23 +39,12 @@ C_out(p) | |||
| 			break; | ||||
| 		case EM_MNEM: | ||||
| 			/* normal instruction */ | ||||
| { | ||||
| 	register int parametertype;	/* parametertype of the instruction */ | ||||
| 
 | ||||
| 	parametertype = em_flag[p->em_opcode-sp_fmnem] & EM_PAR; | ||||
| 	switch(parametertype) { | ||||
| 		default: | ||||
| 			break; | ||||
| 		case PAR_W: | ||||
| 			if (p->em_argtype != 0) { | ||||
| 			} | ||||
| 			else { | ||||
| 			if ((em_flag[p->em_opcode-sp_fmnem] & EM_PAR) == PAR_W && | ||||
| 			    p->em_argtype == 0) { | ||||
| #include "C_mnem_narg" | ||||
| 			} | ||||
| 			break; | ||||
| 	} | ||||
| 			} else { | ||||
| #include "C_mnem" | ||||
| } | ||||
| 			} | ||||
| 
 | ||||
| 			break; | ||||
| 		case EM_DEFILB: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue