https://bugs.gentoo.org/938333 --- a/include/plugin.h +++ b/include/plugin.h @@ -1002,7 +1002,7 @@ template struct InPlug : OPDS { /** check if this opcode runs at perf time */ bool is_perf() { - return this->opaddr ? true : false; + return this->opadr ? true : false; } };