Skip to content

Commit

Permalink
merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mbudiu-vmw committed Jun 30, 2016
2 parents d5e2e18 + 311fa96 commit 176c7ef
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 225 deletions.
2 changes: 1 addition & 1 deletion frontends/p4/evaluator/evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool Evaluator::preorder(const IR::P4Program* program) {
popBlock(toplevelBlock);
std::stringstream str;
toplevelBlock->dbprint_recursive(str);
LOG1(str);
LOG1(str.str());
return false;
}

Expand Down
Loading

0 comments on commit 176c7ef

Please sign in to comment.