mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	
							parent
							
								
									a5609364dd
								
							
						
					
					
						commit
						645ad099ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -174,7 +174,7 @@ DLL_VIS JNIEXPORT jlong JNICALL Java_com_microsoft_z3_Native_propagateInit(JNIEn | ||||||
|   info->eq = jenv->GetMethodID(jcls, "eqWrapper", "(JJ)V"); |   info->eq = jenv->GetMethodID(jcls, "eqWrapper", "(JJ)V"); | ||||||
|   info->final = jenv->GetMethodID(jcls, "finWrapper", "()V"); |   info->final = jenv->GetMethodID(jcls, "finWrapper", "()V"); | ||||||
|   info->decide = jenv->GetMethodID(jcls, "decideWrapper", "(JIZ)V"); |   info->decide = jenv->GetMethodID(jcls, "decideWrapper", "(JIZ)V"); | ||||||
|   info->on_binding = jenv->GetMethodID(jcls, "onBindingWrapper", "(JJ)V"); |   info->on_binding = jenv->GetMethodID(jcls, "onBindingWrapper", "(JJ)Z"); | ||||||
| 
 | 
 | ||||||
|   if (!info->push || !info->pop || !info->fresh || !info->created || !info->fixed || !info->eq || !info->final || !info->decide) { |   if (!info->push || !info->pop || !info->fresh || !info->created || !info->fixed || !info->eq || !info->final || !info->decide) { | ||||||
|     assert(false); |     assert(false); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue