Updated types

This commit is contained in:
Alex
2022-12-21 00:43:51 +02:00
parent 684b76a1ca
commit a677f3c159
62 changed files with 471 additions and 448 deletions

View File

@ -48,8 +48,8 @@ EXTERNC SafeFunction __no_instrument_function void __cyg_profile_func_enter(void
Level - 1,
Level,
' ',
KernelSymbolTable->GetSymbolFromAddress((uint64_t)Function),
KernelSymbolTable->GetSymbolFromAddress((uint64_t)CallSite));
KernelSymbolTable->GetSymbolFromAddress((uintptr_t)Function),
KernelSymbolTable->GetSymbolFromAddress((uintptr_t)CallSite));
Wait = false;
}
@ -81,7 +81,7 @@ EXTERNC SafeFunction __no_instrument_function void __cyg_profile_func_exit(void
Level - 1,
Level,
' ',
KernelSymbolTable->GetSymbolFromAddress((uint64_t)Function),
KernelSymbolTable->GetSymbolFromAddress((uint64_t)CallSite));
KernelSymbolTable->GetSymbolFromAddress((uintptr_t)Function),
KernelSymbolTable->GetSymbolFromAddress((uintptr_t)CallSite));
Wait = false;
}