mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* tracepoint.c (memrange_cmp): Fixed typo in function intro.
This commit is contained in:
parent
9d45df1b8c
commit
94415c7e2e
@ -1,3 +1,7 @@
|
||||
Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* tracepoint.c (memrange_cmp): Fixed typo in function intro.
|
||||
|
||||
Tue Apr 28 17:41:20 1998 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* symfile.c (overlay_auto_command): Add forgotten parameter definitions.
|
||||
|
@ -1086,7 +1086,7 @@ parse_and_eval_memrange (arg, addr, typecode, offset, size)
|
||||
|
||||
/* compare memranges for qsort */
|
||||
static int
|
||||
memrange_cmp (voidpa, voidpbb)
|
||||
memrange_cmp (voidpa, voidpb)
|
||||
void *voidpa, *voidpb;
|
||||
{
|
||||
struct memrange *a, *b;
|
||||
|
Loading…
Reference in New Issue
Block a user