mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
s/deserialize/fromString/g
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
return *It->second.get();
|
||||
|
||||
TupleTree<efa::ControlFlowGraph> &Result = Deserialized[Address];
|
||||
Result = TupleTree<efa::ControlFlowGraph>::deserialize(CFGs.at(Address))
|
||||
Result = TupleTree<efa::ControlFlowGraph>::fromString(CFGs.at(Address))
|
||||
.get();
|
||||
return *Result.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user