diff options
Diffstat (limited to 'libasm/asm_newabssym.c')
| -rw-r--r-- | libasm/asm_newabssym.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libasm/asm_newabssym.c b/libasm/asm_newabssym.c index 4e59901a..c5b7beaa 100644 --- a/libasm/asm_newabssym.c +++ b/libasm/asm_newabssym.c @@ -52,13 +52,8 @@ static const AsmScn_t __libasm_abs_scn = AsmSym_t * -asm_newabssym (ctx, name, size, value, type, binding) - AsmCtx_t *ctx; - const char *name; - GElf_Xword size; - GElf_Addr value; - int type; - int binding; +asm_newabssym (AsmCtx_t *ctx, const char *name, GElf_Xword size, + GElf_Addr value, int type, int binding) { AsmSym_t *result; |
