diff options
Diffstat (limited to 'opcodes/openrisc-ibld.c')
-rw-r--r-- | opcodes/openrisc-ibld.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/opcodes/openrisc-ibld.c b/opcodes/openrisc-ibld.c index 4439077..c2e5156 100644 --- a/opcodes/openrisc-ibld.c +++ b/opcodes/openrisc-ibld.c @@ -554,8 +554,7 @@ const char * openrisc_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 * openrisc_cgen_insert_operand (cd, opindex, fields, buffer, pc) @@ -656,8 +655,7 @@ int openrisc_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 openrisc_cgen_extract_operand (cd, opindex, ex_info, insn_value, fields, pc) |