diff options
Diffstat (limited to 'libebl/eblmachineflagcheck.c')
| -rw-r--r-- | libebl/eblmachineflagcheck.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libebl/eblmachineflagcheck.c b/libebl/eblmachineflagcheck.c index d6d79318..e98b600e 100644 --- a/libebl/eblmachineflagcheck.c +++ b/libebl/eblmachineflagcheck.c @@ -35,9 +35,7 @@ bool -ebl_machine_flag_check (ebl, flags) - Ebl *ebl; - Elf64_Word flags; +ebl_machine_flag_check (Ebl *ebl, Elf64_Word flags) { return ebl != NULL ? ebl->machine_flag_check (flags) : (flags == 0); } |
