Skip to content

Commit

Permalink
xboxkrnl: Fix KeRestoreFloatingPointState prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox committed Jan 14, 2020
1 parent c82ee43 commit 2091bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xboxkrnl/xboxkrnl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3502,7 +3502,7 @@ XBAPI ULONG NTAPI KeResumeThread
IN PKTHREAD Thread
);

XBAPI NTSTATUS KeRestoreFloatingPointState
XBAPI NTSTATUS NTAPI KeRestoreFloatingPointState
(
IN PKFLOATING_SAVE FloatSave
);
Expand Down

0 comments on commit 2091bb7

Please sign in to comment.