Skip to content

Commit 2d30aa2

Browse files
committed
Fix for SpecSys
1 parent 19dbe2d commit 2d30aa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/state/gvGoblint.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ module Make
7070
val increment : Analyses.increment_data
7171
end) : Sig = struct
7272
module A = Control.AnalyzeCFG (Cfg) (Spec) (Inc)
73-
module EQSys = A.EQSys
73+
module EQSys = A.SpecSys.EQSys
7474
module LVar = EQSys.LVar
7575
module LSpec = Spec.D
76-
module LHT = A.LHT
76+
module LHT = A.SpecSys.LHT
7777
module GVar = EQSys.GVar
7878
module GSpec = Spec.G
79-
module GHT = A.GHT
79+
module GHT = A.SpecSys.GHT
8080

8181
type t = Spec.D.t LHT.t * Spec.G.t GHT.t
8282

0 commit comments

Comments
 (0)