blob: 065c22108aef4e986d3b7dfc65d5a547633a5ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/938333
--- a/include/plugin.h
+++ b/include/plugin.h
@@ -1002,7 +1002,7 @@ template <std::size_t N> struct InPlug : OPDS {
/** check if this opcode runs at perf time
*/
bool is_perf() {
- return this->opaddr ? true : false;
+ return this->opadr ? true : false;
}
};
|