mirror of
https://github.com/Z3Prover/z3
synced 2025-10-23 16:04:35 +00:00
fix java compile
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5a6c6bc66
commit
f58618aa04
2 changed files with 2 additions and 2 deletions
|
@ -506,7 +506,7 @@ public class Context implements AutoCloseable {
|
|||
checkContextMatch(args);
|
||||
checkContextMatch(body);
|
||||
long[] argsNative = AST.arrayToNative(args);
|
||||
Native.addRecDef(nCtx(), f.getNativeObject(), (uint)args.Length, argsNative, body.getNativeObject());
|
||||
Native.addRecDef(nCtx(), f.getNativeObject(), args.length, argsNative, body.getNativeObject());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue