svf-lib 1.0.1812 → 1.0.1813
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
|
|
@@ -287,7 +287,7 @@ public:
|
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
inline virtual IntervalValue&
|
|
290
|
+
inline virtual IntervalValue& getLocVal(u32_t id)
|
|
291
291
|
{
|
|
292
292
|
auto it = _locToItvVal.find(id);
|
|
293
293
|
if(it != _locToItvVal.end())
|
|
@@ -572,7 +572,7 @@ public:
|
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
inline IntervalValue&
|
|
575
|
+
inline IntervalValue& getLocVal(u32_t id) override
|
|
576
576
|
{
|
|
577
577
|
auto it = _locToItvVal.find(id);
|
|
578
578
|
if(it != _locToItvVal.end())
|