diff options
Diffstat (limited to 'gas/config/tc-h8500.h')
-rw-r--r-- | gas/config/tc-h8500.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h index 71be5c7..ebca8ab 100644 --- a/gas/config/tc-h8500.h +++ b/gas/config/tc-h8500.h @@ -39,4 +39,6 @@ #define TC_START_LABEL(ch, ptr) (ch == ':' && start_label(ptr)) #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag) +#define md_operand(x) + /* end of tc-h8500.h */ |