Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Budiu committed Jul 1, 2020
1 parent 19f058c commit b7cd8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/bmv2/simple_switch/simpleSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Util::IJson* ExternConverter_log_msg::convertExternFunction(
// evaluating to integral types.
auto argType = ctxt->typeMap->getType(arg1);
if (auto ts = argType->to<IR::Type_List>()) {
for (auto tf: ts->components) {
for (auto tf : ts->components) {
if (!tf->is<IR::Type_Bits>()) {
::error(ErrorType::ERR_UNSUPPORTED_ON_TARGET,
"%1%: only integral values supported for logged values", mc);
Expand Down

0 comments on commit b7cd8a5

Please sign in to comment.