diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-26 12:46:04 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-26 12:46:04 +0000 |
commit | fd936b4c69a28e454236c31ec488a1cb8d406d8c (patch) | |
tree | a7116eef4d483185ba840ab0c677240b4ae0439f /opcodes/epiphany-opc.h | |
parent | 56b1318518d87bf96803f9842f4111d466a6cfe1 (diff) | |
download | gdb-fd936b4c69a28e454236c31ec488a1cb8d406d8c.zip gdb-fd936b4c69a28e454236c31ec488a1cb8d406d8c.tar.gz gdb-fd936b4c69a28e454236c31ec488a1cb8d406d8c.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/epiphany-opc.h b/opcodes/epiphany-opc.h index d3f9348..d5d76d8 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 |