Bug 1316815 followup build fix on a CLOSED TREE

--HG--
extra : amend_source : 613bf0e302fdb284b9f879ecd4dd55a8382cf004
This commit is contained in:
David Major 2016-11-16 13:43:30 -06:00
Родитель df94541e18
Коммит 5d73eed001
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -704,7 +704,7 @@ class BaseCompiler
bool isAvailable(Register64 r) {
#ifdef JS_PUNBOX64
return isAvailable(r);
return isAvailable(r.reg);
#else
return isAvailable(r.low) && isAvailable(r.high);
#endif