aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m32r-dis.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-03-08 11:14:20 +0000
committerAlan Modra <amodra@gmail.com>2007-03-08 11:14:20 +0000
commit1620f33de1ac5f1ee4abf14b87c49e45b5bf097f (patch)
tree83a550771a949a00994e32459337afe5aafcf10c /opcodes/m32r-dis.c
parent6f12865c0ea3dce3f28d8fa386b981e4610ac4d4 (diff)
downloadfsf-binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.zip
fsf-binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.tar.gz
fsf-binutils-gdb-1620f33de1ac5f1ee4abf14b87c49e45b5bf097f.tar.bz2
Regenerate.
Diffstat (limited to 'opcodes/m32r-dis.c')
-rw-r--r--opcodes/m32r-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m32r-dis.c b/opcodes/m32r-dis.c
index e381c919..7590a20 100644
--- a/opcodes/m32r-dis.c
+++ b/opcodes/m32r-dis.c
@@ -65,7 +65,7 @@ static int read_insn
do \
{ \
if (CGEN_BOOL_ATTR ((attrs), CGEN_OPERAND_HASH_PREFIX)) \
- (*info->fprintf_func) (info->stream, "#"); \
+ (*info->fprintf_func) (info->stream, "#"); \
} \
while (0)
@@ -102,7 +102,7 @@ my_print_insn (CGEN_CPU_DESC cd,
/* Read the base part of the insn. */
status = (*info->read_memory_func) (pc - ((!big_p && (pc & 3) != 0) ? 2 : 0),
- buf, buflen, info);
+ buf, buflen, info);
if (status != 0)
{
(*info->memory_error_func) (status, pc, info);