mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Fix type sizes
This commit is contained in:
@ -34,7 +34,7 @@ namespace SymbolResolver
|
||||
void *Image;
|
||||
|
||||
public:
|
||||
size_t GetTotalEntries() { return this->TotalEntries; }
|
||||
int64_t GetTotalEntries() { return this->TotalEntries; }
|
||||
void *GetImage() { return this->Image; }
|
||||
const char *GetSymbolFromAddress(uintptr_t Address);
|
||||
void AddSymbol(uintptr_t Address, const char *Name);
|
||||
|
Reference in New Issue
Block a user