summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-12-28 18:45:45 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-12-28 18:45:45 +0000
commit21b92d850d944458bdf29b9b95ec81b2f59a3872 (patch)
treea7ccec5c060a151273dd8fe585b9ec2f67f18caa /gdb/gdbarch.h
parent6de0ba0ce303b1d7366edad1eb33469a8705ee64 (diff)
downloadgdb-21b92d850d944458bdf29b9b95ec81b2f59a3872.tar.gz
gdb/
* gdbarch.sh (max_insn_length): Extend the comment by unit. * gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 46c5afa3300..c257c6326e9 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -754,7 +754,7 @@ typedef void (gdbarch_skip_permanent_breakpoint_ftype) (struct regcache *regcach
extern void gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, struct regcache *regcache);
extern void set_gdbarch_skip_permanent_breakpoint (struct gdbarch *gdbarch, gdbarch_skip_permanent_breakpoint_ftype *skip_permanent_breakpoint);
-/* The maximum length of an instruction on this architecture. */
+/* The maximum length of an instruction on this architecture in bytes. */
extern int gdbarch_max_insn_length_p (struct gdbarch *gdbarch);