This commit is contained in:
Douglas Crosher 2014-04-17 00:08:21 +10:00
Родитель c921ef7e17
Коммит b14d01f56e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -365,7 +365,7 @@ MacroAssemblerARM::ma_alu(Register src1, Imm32 imm, Register dest,
// And try with its negative.
if (negOp != op_invalid &&
alu_dbl(src1, negImm, dest, negOp, sc, c))
alu_dbl(src1, negImm, negDest, negOp, sc, c))
return;
// Well, damn. We can use two 16 bit mov's, then do the op