Skip to content

Commit

Permalink
Fix isla-sail
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Sep 16, 2024
1 parent f7ba93e commit 90da0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isla-sail/sail_plugin_isla.ml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ let jib_of_ast env ast effect_info =
let open Jib_compile in
let module Jibc = Make(Ir_config) in
let env, effect_info = add_special_functions env effect_info in
let ctx = initial_ctx env effect_info in
let ctx = initial_ctx ~for_target:"c" env effect_info in
Jibc.compile_ast ctx ast

let remove_casts cdefs =
Expand Down

0 comments on commit 90da0f8

Please sign in to comment.