X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libebl%2Feblmachinesectionflagcheck.c;h=a73b230df749d860a824295557d1f0f2cadfce1f;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=671eb8c5e4b9c66262ae74f0ac8e1bb107858f3b;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libebl/eblmachinesectionflagcheck.c b/libebl/eblmachinesectionflagcheck.c index 671eb8c..a73b230 100644 --- a/libebl/eblmachinesectionflagcheck.c +++ b/libebl/eblmachinesectionflagcheck.c @@ -34,9 +34,7 @@ bool -ebl_machine_section_flag_check (ebl, flags) - Ebl *ebl; - GElf_Xword flags; +ebl_machine_section_flag_check (Ebl *ebl, GElf_Xword flags) { return ebl != NULL ? ebl->machine_section_flag_check (flags) : (flags == 0); }