Fix two more mips-tdep.h declarations
authorTom Tromey <tromey@adacore.com>
Fri, 21 Feb 2020 15:41:11 +0000 (08:41 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 21 Feb 2020 15:45:14 +0000 (08:45 -0700)
commite94e944bf2834d9bceafa1e1e4246bfa87b89677
tree41ef8ea146051a8aa95137d86263c840fe66651a
parent1eb731795357d77ac1f6200edd04f86d210bec79
Fix two more mips-tdep.h declarations

My earlier patch to fix a declaration mismatch in mips-tdep.h missed a
couple of spots.  Basically, I sent it too soon.

This patch fixes a couple more mismatches between a declaration (using
bfd_vma) and the definition (using CORE_ADDR).

gdb/ChangeLog
2020-02-21  Tom Tromey  <tromey@adacore.com>

* mips-tdep.h (mips_pc_is_mips16, mips_pc_is_micromips): Parameter
type is CORE_ADDR.
gdb/ChangeLog
gdb/mips-tdep.h
This page took 0.023757 seconds and 4 git commands to generate.