svf-lib 1.0.2091 → 1.0.2092

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 CallSite &)>> func_map;
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2091",
3
+ "version": "1.0.2092",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {