Skip to content

Commit

Permalink
Expose Cabs2cil.currentFunctionFDEC
Browse files Browse the repository at this point in the history
This can be set from Goblint before convStandaloneExp.
  • Loading branch information
sim642 committed May 26, 2022
1 parent a6c158d commit fe7da7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontc/cabs2cil.mli
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ val environment : (string, envdata * Cil.location) Hashtbl.t
val genvironment : (string, envdata * Cil.location) Hashtbl.t

val convStandaloneExp: genv:(string, envdata * Cil.location) Hashtbl.t -> env:(string, envdata * Cil.location) Hashtbl.t -> Cabs.expression -> Cil.exp option

val currentFunctionFDEC: Cil.fundec ref

0 comments on commit fe7da7b

Please sign in to comment.