mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-29 02:31:05 +00:00
fix minor glitch in Baseline ICs
This commit is contained in:
parent
36326dfa27
commit
824c777eef
@ -276,7 +276,7 @@ ICUnaryArith_Int32::Compiler::generateStubCode(MacroAssembler &masm)
|
||||
|
||||
// Guard on int.
|
||||
masm.x_li32(r0, JSVAL_TAG_INT32);
|
||||
masm.cmpw(R0.typeReg(), r0);
|
||||
masm.cmplw(R0.typeReg(), r0);
|
||||
PPC_BC(Assembler::NotEqual, failure);
|
||||
|
||||
switch (op) {
|
||||
|
Loading…
Reference in New Issue
Block a user