diff options
Diffstat (limited to 'Kernel/HALKit/ARM64')
| -rw-r--r-- | Kernel/HALKit/ARM64/HalScheduler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/ARM64/HalScheduler.cxx b/Kernel/HALKit/ARM64/HalScheduler.cxx index 08703435..a55a77de 100644 --- a/Kernel/HALKit/ARM64/HalScheduler.cxx +++ b/Kernel/HALKit/ARM64/HalScheduler.cxx @@ -8,7 +8,7 @@ using namespace Kernel; -Void ProcessHeader::SetEntrypoint(UIntPtr& imageStart) noexcept +Void PROCESS_HEADER_BLOCK::SetEntrypoint(UIntPtr& imageStart) noexcept { if (imageStart == 0) this->Crash(); |
