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 | edac5a5438787da9d1e44cc875974288f1b0de3b (patch) | |
tree | e7212bf8d74438dd8f54b8b3994764dd77766f88 /gdb/arm-tdep.h | |
parent | 673e35bb499d2e472f9eb4fa6c33a86445f383ac (diff) | |
download | gdb-edac5a5438787da9d1e44cc875974288f1b0de3b.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); |