mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Checked in under the "obvious fix/typo rule".
2002-03-06 Fred Fish <fnf@redhat.com> * gdb.base/funcargs.c: Remove extraneous ';' character. * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
This commit is contained in:
@@ -2542,7 +2542,7 @@ find_memory(unsigned char *mem, long count,
|
||||
mem, mem_block, mem_addr, mem_size, mem_stamp);
|
||||
#endif
|
||||
*location = mem_block + (mem - mem_addr);
|
||||
length = mem_size - (mem - mem_addr);;
|
||||
length = mem_size - (mem - mem_addr);
|
||||
|
||||
if (length < count)
|
||||
*incr = length;
|
||||
|
||||
Reference in New Issue
Block a user