Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss committed Sep 30, 2024
1 parent b731bc3 commit aaa266d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARMeilleure/Instructions/SoftFloat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ public static float FPMaxFpscr(float value1, float value2, byte standardFpscr)
{
return FPMaxFpscrImpl(value1, value2, standardFpscr == 1);
}

private static float FPMaxFpscrImpl(float value1, float value2, bool standardFpscr)
{
ExecutionContext context = NativeInterface.GetContext();
Expand Down

0 comments on commit aaa266d

Please sign in to comment.