summaryrefslogtreecommitdiff
path: root/opcodes/epiphany-opc.h
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@arc.com>2011-10-26 12:46:03 +0000
committerJoern Rennecke <joern.rennecke@arc.com>2011-10-26 12:46:03 +0000
commit406eeaf348fc30f70ecb46c87c61e23a5729eaac (patch)
tree8c32b8f6a71e011ff1e9d8779a2271f74a2d42b8 /opcodes/epiphany-opc.h
parent7b774e649a0c511b81a8072a132c61f421db61f7 (diff)
downloadbinutils-redhat-406eeaf348fc30f70ecb46c87c61e23a5729eaac.tar.gz
cpu:
* epiphany.opc (parse_branch_addr): Fix type of valuep. Cast value before printing it as a long. (parse_postindex): Fix type of valuep. opcodes: * epiphany-asm.c, epiphany-opc.h: Regenerate.
Diffstat (limited to 'opcodes/epiphany-opc.h')
-rw-r--r--opcodes/epiphany-opc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/epiphany-opc.h b/opcodes/epiphany-opc.h
index d3f93484d6..d5d76d85f1 100644
--- a/opcodes/epiphany-opc.h
+++ b/opcodes/epiphany-opc.h
@@ -73,7 +73,7 @@ extern const char * parse_branch_addr (CGEN_CPU_DESC cd,
int opindex,
int opinfo,
enum cgen_parse_operand_result * resultp,
- unsigned long * valuep);
+ bfd_vma *valuep);
/* Allows reason codes to be output when assembler errors occur. */
#define CGEN_VERBOSE_ASSEMBLER_ERRORS