mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1464002 - Implementation error of Atomics.compareExchange on mips. r=lth
--HG-- extra : rebase_source : cc5e9c8f507d0e6af6f2933f4591a6c6aa7766bc
This commit is contained in:
parent
9ef2973212
commit
84a397878f
@ -2673,7 +2673,7 @@ CompareExchangeJS(MacroAssembler& masm, Scalar::Type arrayType, const Synchroniz
|
||||
temp);
|
||||
masm.convertUInt32ToDouble(temp, output.fpu());
|
||||
} else {
|
||||
masm.compareExchange(arrayType, sync, mem, oldval, newval, valueTemp, maskTemp, temp,
|
||||
masm.compareExchange(arrayType, sync, mem, oldval, newval, valueTemp, offsetTemp, maskTemp,
|
||||
output.gpr());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user