зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1123064 - Add default case to fix bustage on CLOSED TREE
This commit is contained in:
Родитель
40f1ae292a
Коммит
260f1ea906
|
@ -3065,6 +3065,8 @@ MToInt32::foldsTo(TempAllocator &alloc)
|
|||
// Only the value within the range of Int32 can be substitued as constant.
|
||||
if (mozilla::NumberEqualsInt32(val.toNumber(), &ival))
|
||||
return MConstant::New(alloc, Int32Value(ival));
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче