Skip to content

Commit

Permalink
Compile fix simd.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Mar 17, 2023
1 parent 6a03a4c commit f4271af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/os/windows/spl/sys/simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extern uint32_t kfpu_state;
KeSaveExtendedProcessorState(kfpu_state, &(O)->SaveState);

#define kfpu_end_ctx(O) \
if (NT_SUCCESS(((O)->saveStatus)))
if (NT_SUCCESS(((O)->saveStatus))) \
KeRestoreExtendedProcessorState(&(O)->SaveState);

/*
Expand Down

0 comments on commit f4271af

Please sign in to comment.