mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix a double-semicolon typo in my libkvm changes.
Submitted by: jmallett
This commit is contained in:
parent
0314b7e24d
commit
fe5f4c93fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue