Skip to content

Commit

Permalink
fixup! fixup! fix m1/m2 kernel base
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 10, 2024
1 parent 5787b2e commit e626a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usprebooter/libkfd/perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void perf_run(struct kfd* kfd)

kfd->perf.kernel_slide = kernel_slide;
print_x64(kernel_base);
print_x64(kfd->perf.kernel_slide);usprebooter/libkfd/perf.h
print_x64(kfd->perf.kernel_slide);

if (kfd->kread.krkw_method_ops.kread == kread_sem_open_kread) {
u32 mh_header[2] = {};
Expand Down

0 comments on commit e626a67

Please sign in to comment.