mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Fix typo.
This commit is contained in:
parent
9f5e926a9e
commit
ebd95dff8e
1 changed files with 2 additions and 2 deletions
|
@ -172,9 +172,9 @@ public:
|
|||
return symbolTable->nSize / sizeof(SYMBOL);
|
||||
}
|
||||
|
||||
typedef std::function<void(const SYMBOL&, uint8, uint8, const char*)> SymbolEnumarationCallback;
|
||||
typedef std::function<void(const SYMBOL&, uint8, uint8, const char*)> SymbolEnumerationCallback;
|
||||
|
||||
void EnumerateSymbols(const SymbolEnumarationCallback& callback) const
|
||||
void EnumerateSymbols(const SymbolEnumerationCallback& callback) const
|
||||
{
|
||||
auto symbolTable = FindSection(".symtab");
|
||||
if(!symbolTable) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue