diff -r 49a61123c743 -r 0de2eaa86456 IRBytecodeGenerator.st --- a/IRBytecodeGenerator.st Tue Dec 02 08:14:54 2008 +0000 +++ b/IRBytecodeGenerator.st Tue Dec 02 09:43:42 2008 +0000 @@ -139,6 +139,8 @@ line: line + lastLine = line ifTrue:[^self]. + lastLine := line. (line < 256) @@ -152,6 +154,7 @@ nextPut: line] "Created: / 02-12-2008 / 09:02:30 / Jan Vrany " + "Modified: / 02-12-2008 / 10:38:20 / Jan Vrany " ! popTop