From f5fd3e2a07010db793827f4f9840d6c401f02257 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 29 Jul 2019 21:17:07 +1200 Subject: Misc tidy up of assembler sources --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse.c') diff --git a/parse.c b/parse.c index 5159753..5da5b61 100644 --- a/parse.c +++ b/parse.c @@ -23,7 +23,7 @@ static struct instruction *insts; static size_t insts_count; static size_t byte_offset; -void emit(const char *fmt, ...) +static void emit(const char *fmt, ...) { va_list args; va_start(args, fmt); -- cgit v1.1