mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-09 00:24:16 +00:00
cleanup
This commit is contained in:
@@ -217,8 +217,7 @@ int stage4_force_vmcb_reload(void) {
|
||||
int stage5_remove_xotext(void) {
|
||||
DEBUG_PRINT("\nHV-Defeat [stage5] xotext removal\n");
|
||||
|
||||
uint64_t start =
|
||||
ktext - 0xF0000; // Include first pages where fun stuff is located
|
||||
uint64_t start = ktext;
|
||||
uint64_t end = kdata;
|
||||
int n __attribute__((unused)) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user