Skip to content

Commit

Permalink
fix(fb): Correct module name in setKernelWriting call
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Sep 21, 2024
1 parent 5b6f171 commit 77ef952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NootedRed/X6000FB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ bool X6000FB::processKext(KernelPatcher &patcher, size_t id, mach_vm_address_t s
"Failed to apply logic revert patches");
}

PANIC_COND(MachInfo::setKernelWriting(true, KernelPatcher::kernelWriteLock) != KERN_SUCCESS, "x5000",
PANIC_COND(MachInfo::setKernelWriting(true, KernelPatcher::kernelWriteLock) != KERN_SUCCESS, "X6000FB",
"Failed to enable kernel writing");
*orgAsicCapsTable = {
.familyId = AMDGPU_FAMILY_RAVEN,
Expand Down

0 comments on commit 77ef952

Please sign in to comment.