Removing variables.

git-svn-id: svn://10.0.0.236/trunk@66472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-04-19 22:45:57 +00:00
parent c7b01f8cea
commit 41b94e7563
8 changed files with 34 additions and 84 deletions

View File

@@ -86,7 +86,7 @@ namespace ICG {
*/
markMaxRegister();
return new ICodeModule(iCode, maxRegister, maxVariable);
return new ICodeModule(iCode, maxRegister);
}
/********************************************************************/