diff options
Diffstat (limited to 'gas/config/tc-mep.h')
-rw-r--r-- | gas/config/tc-mep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-mep.h b/gas/config/tc-mep.h index 8d70ad1..7f2d2b7 100644 --- a/gas/config/tc-mep.h +++ b/gas/config/tc-mep.h @@ -97,7 +97,8 @@ 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, s, ptr) ((ch == ':') && mep_flush_pending_output ()) +#define TC_START_LABEL(STR, NUL_CHAR, NEXT_CHAR) \ + (NEXT_CHAR == ':' && mep_flush_pending_output ()) #define tc_unrecognized_line(c) mep_unrecognized_line (c) extern int mep_unrecognized_line (int); |