diff --git a/mozilla/js/js2/tools/gencode.pl b/mozilla/js/js2/tools/gencode.pl index 69fb501538f..584e335eb62 100644 --- a/mozilla/js/js2/tools/gencode.pl +++ b/mozilla/js/js2/tools/gencode.pl @@ -274,6 +274,7 @@ $ops{"BRANCH"} = }; $ops{"BRANCH_TRUE"} = $cbranch_op; $ops{"BRANCH_FALSE"} = $cbranch_op; +$ops{"BRANCH_INITIALIZED"} = $cbranch_op; $ops{"RETURN"} = { super => "Instruction_1", diff --git a/mozilla/js2/tools/gencode.pl b/mozilla/js2/tools/gencode.pl index 69fb501538f..584e335eb62 100644 --- a/mozilla/js2/tools/gencode.pl +++ b/mozilla/js2/tools/gencode.pl @@ -274,6 +274,7 @@ $ops{"BRANCH"} = }; $ops{"BRANCH_TRUE"} = $cbranch_op; $ops{"BRANCH_FALSE"} = $cbranch_op; +$ops{"BRANCH_INITIALIZED"} = $cbranch_op; $ops{"RETURN"} = { super => "Instruction_1",