Commit dfb3eb77 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Filter: Fix function comparison

Check the SYM_FLAG_SAME in new symbols. The old code checked that
in old symbols (f2).
parent 4ab54f1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -924,7 +924,7 @@
    SYMBOL;

    FID_SAME_BODY()
      if (!(f2->sym->flags & SYM_FLAG_SAME))
      if (!(f1->sym->flags & SYM_FLAG_SAME))
	return 0;
    FID_INTERPRET_BODY()