diff --git a/js/src/ion/shared/CodeGenerator-x86-shared.cpp b/js/src/ion/shared/CodeGenerator-x86-shared.cpp index c4e09fe1b55..0ca3a02762b 100644 --- a/js/src/ion/shared/CodeGenerator-x86-shared.cpp +++ b/js/src/ion/shared/CodeGenerator-x86-shared.cpp @@ -1259,7 +1259,7 @@ CodeGeneratorX86Shared::visitOutOfLineTruncate(OutOfLineTruncate *ool) { Label positive; - masm.j(Assembler::GreaterThan, &positive); + masm.j(Assembler::Above, &positive); static const double shiftNeg = 4294967296.0; masm.loadStaticDouble(&shiftNeg, temp);