diff options
Diffstat (limited to 'libebl/ebl-hooks.h')
| -rw-r--r-- | libebl/ebl-hooks.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index e4923b2e..944e6404 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -135,9 +135,10 @@ int EBLHOOK(return_value_location) (Dwarf_Die *functypedie, const Dwarf_Op **locp); /* Return register name information. */ -ssize_t EBLHOOK(register_name) (Ebl *ebl, +ssize_t EBLHOOK(register_info) (Ebl *ebl, int regno, char *name, size_t namelen, - const char **prefix, const char **setname); + const char **prefix, const char **setname, + int *bits, int *type); /* Destructor for ELF backend handle. */ |
