diff options
Diffstat (limited to 'opcodes/m32r-ibld.c')
-rw-r--r-- | opcodes/m32r-ibld.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/opcodes/m32r-ibld.c b/opcodes/m32r-ibld.c index 59bc058..ef1ee0e 100644 --- a/opcodes/m32r-ibld.c +++ b/opcodes/m32r-ibld.c @@ -554,8 +554,7 @@ const char * m32r_cgen_insert_operand This function could be moved into `parse_insn_normal', but keeping it separate makes clear the interface between `parse_insn_normal' and each of the handlers. It's also needed by GAS to insert operands that couldn't be - resolved during parsing. -*/ + resolved during parsing. */ const char * m32r_cgen_insert_operand (cd, opindex, fields, buffer, pc) @@ -682,8 +681,7 @@ int m32r_cgen_extract_operand This function could be moved into `print_insn_normal', but keeping it separate makes clear the interface between `print_insn_normal' and each of - the handlers. -*/ + the handlers. */ int m32r_cgen_extract_operand (cd, opindex, ex_info, insn_value, fields, pc) |