aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-mep.h')
-rw-r--r--gas/config/tc-mep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h
index dd5118c..59f83b0 100644
--- a/gas/config/tc-mep.h
+++ b/gas/config/tc-mep.h
@@ -97,7 +97,7 @@ extern void mep_prepare_relax_scan (fragS *, offsetT *, relax_substateT);
#define VTEXT_SECTION_NAME ".vtext"
/* Needed to process pending instructions when a label is encountered. */
-#define TC_START_LABEL(ch, ptr) ((ch == ':') && mep_flush_pending_output ())
+#define TC_START_LABEL(ch, s, ptr) ((ch == ':') && mep_flush_pending_output ())
#define tc_unrecognized_line(c) mep_unrecognized_line (c)
extern int mep_unrecognized_line (int);