mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:47:14 +08:00
13 lines
345 B
Diff
13 lines
345 B
Diff
|
Index: coregrind/m_redir.c
|
||
|
===================================================================
|
||
|
--- coregrind/m_redir.c (revision 10922)
|
||
|
+++ coregrind/m_redir.c (revision 10923)
|
||
|
@@ -830,6 +830,7 @@
|
||
|
act.parent_spec = NULL;
|
||
|
act.parent_sym = NULL;
|
||
|
act.isWrap = False;
|
||
|
+ act.isIFunc = False;
|
||
|
maybe_add_active( act );
|
||
|
}
|
||
|
|