mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* a29k-dis.c: Replace CONST with const.
* h8300-dis.c: Likewise. * m68k-dis.c: Likewise. * or32-dis.c: Likewise. * sparc-dis.c: Likewise.
This commit is contained in:
@ -261,7 +261,7 @@ print_insn (memaddr, info)
|
||||
/* The four bytes of the instruction. */
|
||||
unsigned long insn;
|
||||
find_byte_func_type find_byte_func = (find_byte_func_type)info->private_data;
|
||||
struct or32_opcode CONST * opcode;
|
||||
struct or32_opcode const * opcode;
|
||||
|
||||
{
|
||||
int status =
|
||||
|
Reference in New Issue
Block a user