mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2005-11-18 Jim Blandy <jimb@redhat.com>
* tracepoint.c (struct memrange): Doc fix.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user