Bug 627475 - Fix missing return stmt for Android (fixes changeset 4031baed59f7)

This commit is contained in:
Bill McCloskey 2011-01-24 15:16:27 -08:00
Родитель 1e103f9444
Коммит 919e07c3e6
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -4829,6 +4829,7 @@ mjit::Compiler::jsop_tableswitch(jsbytecode *pc)
{
#if defined JS_CPU_ARM
JS_NOT_REACHED("Implement jump(BaseIndex) for ARM");
return true;
#else
jsbytecode *originalPC = pc;