зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549667 - [mips64] Adding missing 'breaks' to 'switch' statements. r=jandem
Reviewers: jandem Reviewed By: jandem Subscribers: jandem Bug #: 1549667 Differential Revision: https://phabricator.services.mozilla.com/D30167 --HG-- extra : rebase_source : 711093d29d76785f39f40612842cc3c32f434386 extra : histedit_source : 3ad96abcee5e8e78e89881ed503dd88bb72a8eb8
This commit is contained in:
Родитель
d44a2cb3af
Коммит
e8cbe26ad1
|
@ -80,6 +80,7 @@ void CodeGenerator::visitUnbox(LUnbox* unbox) {
|
|||
break;
|
||||
case MIRType::BigInt:
|
||||
masm.unboxBigInt(inputReg, result);
|
||||
break;
|
||||
default:
|
||||
MOZ_CRASH("Given MIRType cannot be unboxed.");
|
||||
}
|
||||
|
@ -105,6 +106,7 @@ void CodeGenerator::visitUnbox(LUnbox* unbox) {
|
|||
break;
|
||||
case MIRType::BigInt:
|
||||
masm.unboxBigInt(inputAddr, result);
|
||||
break;
|
||||
default:
|
||||
MOZ_CRASH("Given MIRType cannot be unboxed.");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче