Added Branch_initialized for argument handling.

git-svn-id: svn://10.0.0.236/trunk@78412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-09-07 19:23:24 +00:00
parent 78a191a22c
commit ebf4085e3f
2 changed files with 2 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",