Loading handlers/token_collector/xasm/xasm_single_visitor.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ public: } } } else if (context->getText().find("::ctrl") != std::string::npos) { std::cout << "FOUND CTRL: " << context->getText() << "\n"; for (auto c : context->children) { if (c->getText() == "(") { ss << c->getText() << "parent_kernel, "; Loading Loading
handlers/token_collector/xasm/xasm_single_visitor.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ public: } } } else if (context->getText().find("::ctrl") != std::string::npos) { std::cout << "FOUND CTRL: " << context->getText() << "\n"; for (auto c : context->children) { if (c->getText() == "(") { ss << c->getText() << "parent_kernel, "; Loading