File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ MLIS := \
4040 cCHControlFlowGraph \
4141 cCHExpTranslator \
4242 cCHAssignmentTranslator \
43+ cCHErrnoWritePredicateSymbol \
4344 cCHCallTranslator \
4445 cCHOperationsProvider \
4546 cCHCfgTranslator \
@@ -106,6 +107,7 @@ SOURCES := \
106107 cCHEnvironment \
107108 cCHControlFlowGraph \
108109 cCHOrakel \
110+ cCHErrnoWritePredicateSymbol \
109111 cCHExpTranslator \
110112 cCHAssignmentTranslator \
111113 cCHCallTranslator \
@@ -124,6 +126,7 @@ SOURCES := \
124126 cCHPOCheckCommonBase \
125127 cCHPOCheckCommonBaseType \
126128 cCHPOCheckControlledResource \
129+ cCHPOCheckErrnoWritten \
127130 cCHPOCheckFormatCast \
128131 cCHPOCheckInScope \
129132 cCHPOCheckIndexLowerBound \
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ MLIS := \
6969 cCHCheckValid \
7070 cCHCreatePrimaryProofObligations \
7171 cCHCreateOutputParameterPOs \
72+ cCHCreateErrnoPOs \
7273
7374CMIS := $(addprefix cmi/,$(MLIS:%=%.cmi ) )
7475
@@ -108,6 +109,7 @@ SOURCES := \
108109 cCHCheckValid \
109110 cCHCreatePrimaryProofObligations \
110111 cCHCreateOutputParameterPOs \
112+ cCHCreateErrnoPOs \
111113
112114
113115OBJECTS := $(addprefix cmx/,$(SOURCES:%=%.cmx ) )
You can’t perform that action at this time.
0 commit comments