Skip to content

Commit

Permalink
Remove debug #if 0 that was accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed Jun 13, 2024
1 parent cc46e16 commit 1c7a2b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sysmodules/loader/source/patcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,6 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro

else if((progId & ~0xF0000001ULL) == 0x0004013000001702LL) //CFG, SAFE_FIRM CFG
{
#if 0
static const u8 pattern[] = {
0x06, 0x46, 0x10, 0x48
},
Expand Down Expand Up @@ -850,7 +849,6 @@ void patchCode(u64 progId, u16 progVer, u8 *code, u32 size, u32 textSize, u32 ro
sizeof(patch) - 2, 2
) != 2) goto error;
}
#endif
}

else if(progId == 0x0004013000003702LL && progVer > 0) //RO
Expand Down

0 comments on commit 1c7a2b6

Please sign in to comment.