svf-lib 1.0.2007 → 1.0.2008
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
|
|
Binary file
|
|
@@ -96,10 +96,8 @@ public:
|
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
/// Init ObjVar
|
|
99
|
-
void initObjVar(AbstractState&
|
|
99
|
+
void initObjVar(AbstractState& as, const ObjVar* var);
|
|
100
100
|
|
|
101
|
-
/// Init SVFVar
|
|
102
|
-
void initSVFVar(AbstractState& es, u32_t varId);
|
|
103
101
|
|
|
104
102
|
inline AbstractValue &getAddrs(AbstractState& es, u32_t id)
|
|
105
103
|
{
|
|
Binary file
|
|
Binary file
|