diff options
author | Keith Seitz <keiths@redhat.com> | 2002-02-13 17:09:07 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2002-02-13 17:09:07 +0000 |
commit | 3e0b0f4890824bbbeb56081ac7d633537c94ad15 (patch) | |
tree | 3e002a5b2207bbee08bc6c3c88eac5ad27ed28ee /gdb/arm-tdep.h | |
parent | 67255d04f2a93f2e9e56fcd164fee855f938112d (diff) | |
download | binutils-gdb-3e0b0f4890824bbbeb56081ac7d633537c94ad15.tar.gz |
* arm-tdep.h (arm_get_next_pc): Add declaration.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 197d4392aaf..fc8e01a27e5 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -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); |