svf-lib 1.0.2092 → 1.0.2093
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -358,7 +358,7 @@ protected:
|
|
|
358
358
|
|
|
359
359
|
protected:
|
|
360
360
|
// there data should be shared with subclasses
|
|
361
|
-
Map<std::string, std::function<void(const
|
|
361
|
+
Map<std::string, std::function<void(const CallICFGNode*)>> func_map;
|
|
362
362
|
Set<const CallICFGNode*> checkpoints;
|
|
363
363
|
Set<std::string> checkpoint_names;
|
|
364
364
|
Map<const ICFGNode*, AbstractState>
|
|
Binary file
|