Bug 510104 - NJ: fix arm merge fallout, r=gal.

--HG--
extra : rebase_source : e739a12da66e0d65171bb5c2e3c09f98431ddf7c
This commit is contained in:
Graydon Hoare 2009-08-12 17:45:08 -07:00
Родитель 310f34dc1c
Коммит df8d318f59
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1633,7 +1633,7 @@ Assembler::B_cond_chk(ConditionCode _c, NIns* _t, bool _chk)
if(_chk) underrunProtect(8);
*(--_nIns) = (NIns)(_t);
*(--_nIns) = (NIns)( COND_AL | (0x51<<20) | (PC<<16) | (PC<<12) | 0x4 );
} else if (samepage(_nIns-1,_nSlot)) {
} else if (PC_OFFSET_FROM(_nSlot, _nIns-1) > -0x1000) {
if(_chk) underrunProtect(8);
*(++_nSlot) = (NIns)(_t);
offs = PC_OFFSET_FROM(_nSlot,_nIns-1);