mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 19:52:29 +00:00 
			
		
		
		
	fix #6460: crash in mk_to_ieee_bv_i
This commit is contained in:
		
							parent
							
								
									0445d6f264
								
							
						
					
					
						commit
						477b90228e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3288,7 +3288,7 @@ void fpa2bv_converter::mk_to_ieee_bv_unspecified(func_decl * f, unsigned num, ex | |||
| void fpa2bv_converter::mk_to_ieee_bv_i(func_decl * f, unsigned num, expr * const * args, expr_ref & result) | ||||
| { | ||||
|     func_decl_ref fu(m.mk_func_decl(f->get_family_id(), OP_FPA_TO_IEEE_BV, 0, nullptr, num, args), m); | ||||
|     mk_to_bv(fu, num, args, true, result); | ||||
|     mk_to_ieee_bv(fu, num, args, result); | ||||
| } | ||||
| 
 | ||||
| void fpa2bv_converter::mk_to_bv(func_decl * f, unsigned num, expr * const * args, bool is_signed, expr_ref & result) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue