[patch] Fix error code from __libdw_find_fde

Roland McGrath roland at hack.frob.com
Mon Oct 8 19:50:12 UTC 2012


I don't know why I ever had 'unlikely' on 'fde != NULL'.
That should have been 'likely' or nothing.
And don't repeat that test, just use a nested if.


Thanks,
Roland


More information about the elfutils-devel mailing list