Backed out changeset 302fb81f0729 (bug 858940) for frequent Android test crashes.

This commit is contained in:
Ryan VanderMeulen 2013-07-16 11:05:11 -04:00
parent b9bfd16bb9
commit f01bee06e9

View File

@ -341,11 +341,6 @@ MacroAssemblerARM::ma_movPatchable(Imm32 imm_, Register dest,
Assembler::Condition c, RelocStyle rs, Instruction *i)
{
int32_t imm = imm_.value;
if (i) {
// If the access goes through an iterator (which this doesn't) then
// all issues pertaining to reading guard instructions.
i = InstructionIterator(i).cur();
}
switch(rs) {
case L_MOVWT:
as_movw(dest, Imm16(imm & 0xffff), c, i);