From 083ac756ab0fc5a464850de5c4b86909ddffb099 Mon Sep 17 00:00:00 2001 From: Marcus Denker Date: Tue, 1 Oct 2019 12:13:20 +0200 Subject: [PATCH] simpler --- src/OpalCompiler-Core/OCCopyingTempVariable.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpalCompiler-Core/OCCopyingTempVariable.class.st b/src/OpalCompiler-Core/OCCopyingTempVariable.class.st index 7747a6ff7ab..eac6695afa8 100644 --- a/src/OpalCompiler-Core/OCCopyingTempVariable.class.st +++ b/src/OpalCompiler-Core/OCCopyingTempVariable.class.st @@ -55,6 +55,6 @@ OCCopyingTempVariable >> writeFromContext: aContext scope: contextScope value: a "we need to change this var all the copies, too" contextScope setCopyingTempToAllScopesUpToDefTemp: originalVar to: aValue from: aContext. "the original temp" - ^originalVar writeFromContext: aContext scope: contextScope value: aValue. + ^originalVar writeFromContext: aContext scope: contextScope value: aValue ]