Skip to content

Commit

Permalink
Fix stage2 compilation errors for 7.50/7.51/7.55 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
PokersKun authored May 6, 2024
1 parent 12b005d commit 114b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#if (FIRMWARE == 750 || FIRMWARE == 751 || FIRMWARE == 755) // FW 7.50 / FW 7.51 / FW 7.55

#define kdlsym_addr_xfast_syscall 0xffffffff822001c0
#define kdlsym_addr_Xfast_syscall 0xffffffff822001c0

#define kdlsym_addr_printf 0xffffffff8246f740

Expand Down

0 comments on commit 114b507

Please sign in to comment.