2005-11-18 Jim Blandy <jimb@redhat.com>

* tracepoint.c (struct memrange): Doc fix.
This commit is contained in:
Jim Blandy 2005-11-19 01:23:26 +00:00
parent 7148bbdc24
commit 0f570f537e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-11-18 Jim Blandy <jimb@redhat.com>
* tracepoint.c (struct memrange): Doc fix.
2005-11-18 Andrew Stubbs <andrew.stubbs@st.com>
* mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi

View file

@ -1071,7 +1071,7 @@ make_cleanup_free_actions (struct tracepoint *t)
struct memrange
{
int type; /* 0 for absolute memory range, else basereg number */
int type; /* -1 for absolute memory range, else basereg number */
bfd_signed_vma start;
bfd_signed_vma end;
};