diff options
Diffstat (limited to 'libasm/asm_begin.c')
| -rw-r--r-- | libasm/asm_begin.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libasm/asm_begin.c b/libasm/asm_begin.c index 48842d3c..ff4d94c2 100644 --- a/libasm/asm_begin.c +++ b/libasm/asm_begin.c @@ -127,10 +127,7 @@ prepare_binary_output (AsmCtx_t *result, Ebl *ebl) AsmCtx_t * -asm_begin (fname, ebl, textp) - const char *fname; - Ebl *ebl; - bool textp; +asm_begin (const char *fname, Ebl *ebl, bool textp) { if (fname == NULL && ! textp) return NULL; |
