* arm-tdep.h (arm_get_next_pc): Add declaration.

This commit is contained in:
Keith Seitz 2002-02-13 17:09:07 +00:00
parent 67255d04f2
commit 3e0b0f4890
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-02-13 Keith Seitz <keiths@redhat.com>
* arm-tdep.h (arm_get_next_pc): Add declaration.
2002-02-13 Richard Earnshaw <rearnsha@arm.com>
* arm-tdep.c (arm_use_struct_convention): Make static. Move to be

View file

@ -106,3 +106,4 @@ int arm_pc_is_thumb (CORE_ADDR);
CORE_ADDR thumb_get_next_pc (CORE_ADDR);
CORE_ADDR arm_get_next_pc (CORE_ADDR);