Skip to content

Commit 3981e40

Browse files
committed
scripts/ImportExportTest.sh: Add generic script for import export.
1 parent 6468f1d commit 3981e40

File tree

4 files changed

+282
-157
lines changed

4 files changed

+282
-157
lines changed

libevmasm/Assembly.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ AssemblyItem Assembly::loadItemFromJSON(Json::Value const& _json)
347347
{
348348
if (!value.empty())
349349
data = u256(value);
350+
updateUsedTags(data);
350351
result = {AssemblyItemType::Tag, data, location};
351352
}
352353
else if (name == "PUSH data")

scripts/ASTImportTest.sh

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)