Skip to content

Commit

Permalink
Second fix for issue #297
Browse files Browse the repository at this point in the history
  • Loading branch information
mbudiu-vmw committed Mar 1, 2017
1 parent ecbbbd6 commit 7f34631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backends/bmv2/jsonconverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,8 @@ bool JsonConverter::handleTableImplementation(const IR::Property* implementation
::error("%1%: unexpected type for implementation", dcltype);
return false;
}
table->emplace("type", "indirect");
isSimpleTable = false;
} else {
::error("%1%: unexpected value for property", propv);
return false;
Expand Down
Empty file.

0 comments on commit 7f34631

Please sign in to comment.