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

* tracepoint.c (collect_symbol): Doc fix.
This commit is contained in:
Jim Blandy 2005-11-19 04:44:43 +00:00
parent 0f570f537e
commit 6244699480
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2005-11-18 Jim Blandy <jimb@redhat.com>
* tracepoint.c (struct memrange): Doc fix.
* tracepoint.c (struct memrange, collect_symbol): Doc fix.
2005-11-18 Andrew Stubbs <andrew.stubbs@st.com>

View File

@ -1226,7 +1226,7 @@ collect_symbol (struct collection_list *collect,
DEPRECATED_SYMBOL_NAME (sym), len,
tmp /* address */);
}
add_memrange (collect, -1, offset, len); /* 0 == memory */
add_memrange (collect, -1, offset, len); /* -1 == memory */
break;
case LOC_REGISTER:
case LOC_REGPARM: