You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to simply print out a callgraph while using cil.callgraph as followed:
open Cil
module E = Errormsg
module L = List
module CG = Callgraph
let test f:file =
let cg= CG.computeGraph f in
CG.printGraph stdout cg
(*merge the input file e.t.c.*)
I want to simply print out a callgraph while using cil.callgraph as followed:
however as I was using
the compiler complains
I do not know where to start debugging with
Does anyone have any idea?
The text was updated successfully, but these errors were encountered: