mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Fix a double-semicolon typo in my libkvm changes.
Submitted by: jmallett
This commit is contained in:
parent
0314b7e24d
commit
fe5f4c93fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291525
@ -88,7 +88,7 @@ kgdb_resolve_symbol(const char *name, kvaddr_t *kva)
|
||||
return (1);
|
||||
|
||||
*kva = SYMBOL_VALUE_ADDRESS (ms);
|
||||
return (0);;
|
||||
return (0);
|
||||
}
|
||||
|
||||
static CORE_ADDR
|
||||
|
Loading…
Reference in New Issue
Block a user