Skip to content

Commit 5238afa

Browse files
JonoPrestcristianoc
authored andcommitted
Fix second case of floatcomp mapped to Pboolmax
1 parent 583e9ea commit 5238afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ml/translcore.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ let comparisons_table =
215215
objcomp = Pobjmax;
216216
intcomp = Pintmax;
217217
boolcomp = Pboolmax;
218-
floatcomp = Pboolmax;
218+
floatcomp = Pfloatmax;
219219
stringcomp = Pstringmax;
220220
bigintcomp = Pbigintmax;
221221
simplify_constant_constructor = false;

0 commit comments

Comments
 (0)