Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jmp_spec as an argument to mk_inline_env #84

Closed
fortunac opened this issue Oct 8, 2019 · 1 comment
Closed

Add jmp_spec as an argument to mk_inline_env #84

fortunac opened this issue Oct 8, 2019 · 1 comment
Labels
bug Something isn't working WP Involves the Weakest Precondition computation

Comments

@fortunac
Copy link

fortunac commented Oct 8, 2019

let mk_inline_env
?num_loop_unroll:(num_loop_unroll = !num_unroll)
?exp_conds:(exp_conds = [])
?arch:(arch = `x86_64)
~subs:(subs : Sub.t Seq.t)
~to_inline:(to_inline : Sub.t Seq.t)
(ctx : Z3.context)
(var_gen : Env.var_gen)
: Env.t =
let specs = [spec_verifier_error; spec_verifier_assume; spec_verifier_nondet] in
Env.mk_env ctx var_gen ~specs ~default_spec:(spec_inline to_inline)
~jmp_spec:jmp_spec_default ~int_spec:int_spec_default ~subs
~num_loop_unroll ~exp_conds ~arch

Add jmp_spec as an argument to mk_inline_env similarly to how we do in mk_default_env.

@fortunac fortunac added bug Something isn't working WP Involves the Weakest Precondition computation labels Oct 8, 2019
@fortunac
Copy link
Author

fortunac commented Oct 8, 2019

Handled in #85

@fortunac fortunac closed this as completed Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WP Involves the Weakest Precondition computation
Projects
None yet
Development

No branches or pull requests

1 participant