From 35fb9e8393975eb0fd144986842f659920d0ab01 Mon Sep 17 00:00:00 2001 From: Daniel_Cortez Date: Sun, 12 Nov 2017 20:15:30 +0700 Subject: [PATCH] emit/__emit: Remove excess instruction name passing to emit_param_num() & emit_param_data() --- source/compiler/sc1.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index 4351ab7..bf3e28b 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -5849,7 +5849,7 @@ static void emit_invalid_token(int need_token,int current_token) error(1,sc_tokens[tSYMBOL-tFIRST],s); } -static void emit_param_num(char *name,ucell *p,int size) +static void emit_param_num(ucell *p,int size) { char *str; cell val; @@ -5904,7 +5904,7 @@ static void emit_param_num(char *name,ucell *p,int size) } while (++curp