diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-08 11:14:20 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-08 11:14:20 +0000 |
commit | 1620f33de1ac5f1ee4abf14b87c49e45b5bf097f (patch) | |
tree | 83a550771a949a00994e32459337afe5aafcf10c /opcodes/mt-opc.c | |
parent | * symbols.c (symbol_relc_make_sym): Comment typo fixes. (diff) | |
download | binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.tar.gz binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.tar.bz2 binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.zip |
Regenerate.
Diffstat (limited to 'opcodes/mt-opc.c')
-rw-r--r-- | opcodes/mt-opc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/mt-opc.c b/opcodes/mt-opc.c index ef7d7fd6933..465686f03d9 100644 --- a/opcodes/mt-opc.c +++ b/opcodes/mt-opc.c @@ -36,8 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc., /* Special check to ensure that instruction exists for given machine. */ int -mt_cgen_insn_supported (CGEN_CPU_DESC cd, - const CGEN_INSN *insn) +mt_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) { int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); |