We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c73f45 + 3b885ac commit 700abacCopy full SHA for 700abac
1 file changed
src/Sindarin/InstructionStream.extension.st
@@ -4,7 +4,8 @@ Extension { #name : 'InstructionStream' }
4
InstructionStream >> willCreateBlock [
5
"next bytecode is a block creation"
6
7
- ^ self method encoderClass isCreateFullBlockAt: pc in: self method
+ ^ (self method encoderClass isCreateBlockAt: pc in: self method) or:
8
+ [ self method encoderClass isCreateFullBlockAt: pc in: self method]
9
]
10
11
{ #category : '*Sindarin' }
0 commit comments