1
0
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:
John Baldwin 2015-11-30 21:53:24 +00:00
parent 0314b7e24d
commit fe5f4c93fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291525

View File

@ -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