LOAD_STRING now has String as second operand rather than String*

git-svn-id: svn://10.0.0.236/trunk@68811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-05-09 05:18:16 +00:00
parent 5c716fa48f
commit 89e8209acc
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ $ops{"LOAD_STRING"} =
{
super => "Instruction_2",
rem => "dest, immediate value (string)",
params => [ ("Register", "String *" ) ]
params => [ ("Register", "String" ) ]
};
$ops{"LOAD_NAME"} =
{