Skip to content

Commit

Permalink
OcAppleKernelLib: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart authored Jun 12, 2021
1 parent 8b5255c commit e16a36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/OcAppleKernelLib/CommonPatches.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ mPowerStateTimeoutPanicInlineMask[] = {
STATIC
UINT8
mPowerStateTimeoutPanicInlineReplace[] = {
0x80, 0x00, 0x01, 0x6E, ///< cmp byte ptr [rax+1], 6Fh ; 'n'
0x80, 0x00, 0x01, 0x6E, ///< cmp byte ptr [rax+1], 6Eh ; 'n'
0x75, 0x00, ///< jnz short fail
0x80, 0x00, 0x02, 0x6D, ///< cmp byte ptr [rax+2], 6Dh ; 'm'
0x75, 0x00, ///< jnz short fail
Expand Down

0 comments on commit e16a36f

Please sign in to comment.