Skip to content

Commit

Permalink
interpret ICCallerPrim as non-informative
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jul 19, 2024
1 parent ff217f3 commit 29110d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ir_interpreter/interpret_ir.ml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ and interpret_exp_mut env exp (k : V.value V.cont) =
last_region := exp.at; (* in case the following throws *)
let vc = context env in
f (V.Tup[vc; kv; rv]) v2 k
| ICCyclesPrim, [] ->
k V.Null
| ICCallerPrim, [] ->
k env.caller
| ICStableRead t, [] ->
Expand Down

0 comments on commit 29110d3

Please sign in to comment.