aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChocolArm64/Instruction/ASoftFloat.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Instruction/ASoftFloat.cs b/ChocolArm64/Instruction/ASoftFloat.cs
index 8afa4002..e3f067ed 100644
--- a/ChocolArm64/Instruction/ASoftFloat.cs
+++ b/ChocolArm64/Instruction/ASoftFloat.cs
@@ -372,7 +372,7 @@ namespace ChocolArm64.Instruction
op2 = float.PositiveInfinity;
}
- return Max(op1, op2);
+ return Min(op1, op2);
}
public static double MinNum(double op1, double op2)