summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2002-02-13 17:09:07 +0000
committerKeith Seitz <keiths@redhat.com>2002-02-13 17:09:07 +0000
commitedac5a5438787da9d1e44cc875974288f1b0de3b (patch)
treee7212bf8d74438dd8f54b8b3994764dd77766f88 /gdb/arm-tdep.h
parent673e35bb499d2e472f9eb4fa6c33a86445f383ac (diff)
downloadgdb-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.h1
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);