Bug 587735 - redefine nRegisterAllocFromSet in terms of lsReg or msReg (r=edwsmith)

--HG--
extra : convert_revision : 69db0577a9fa38579d2c2704cbe2cafcd7cb020c
This commit is contained in:
Cédric VINCENT 2010-09-10 01:34:00 -07:00
Родитель 4bdc0f4b32
Коммит ea3911e8f5
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -3187,8 +3187,7 @@ namespace nanojit
int reg = 0;
// Find the first register in this set.
while (!(set & rmask((Register)reg)))
reg++;
reg = lsReg(set);
_allocator.free &= ~rmask((Register)reg);