refactor(kernel): change NIF to nif

This commit is contained in:
2025-04-08 03:25:38 +00:00
parent 764dfe67a5
commit 69122746de
13 changed files with 87 additions and 190 deletions

View File

@ -26,7 +26,7 @@
namespace SymbolResolver
{
const NIF char *Symbols::GetSymbol(uintptr_t Address)
const nif char *Symbols::GetSymbol(uintptr_t Address)
{
SymbolTable Result{};