Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ark committed Sep 14, 2024
1 parent 073a430 commit 5f77004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gillian-JS/lib/Semantics/JSILSMemory.ml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ module M = struct
match i_fix with
| FLoc v ->
(* Get a fresh location *)
(* This is dodgy, as the old instantiation does a bit more than this for this fix,
however it only seemed to add the binding without creating any state, so did it really
"do" anything? Bi-abduction is broken for Gillian-JS anyways. *)
let al = ALoc.alloc () in
[ ([ Asrt.Pure (Eq (ALoc al, v)) ], Containers.SS.empty) ]
| FCell (l, p) -> (
Expand Down

0 comments on commit 5f77004

Please sign in to comment.