Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Oct 1, 2019
1 parent 1989c85 commit 083ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpalCompiler-Core/OCCopyingTempVariable.class.st
Expand Up @@ -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

]

0 comments on commit 083ac75

Please sign in to comment.