Skip to content

Commit

Permalink
Cut InstructionStream from Context
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jul 9, 2021
1 parent b2dc6c8 commit 601d659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Kernel/Context.class.st
Expand Up @@ -17,9 +17,10 @@ MethodContexts must only be created using the method newForMethod:. Note that i
"
Class {
#name : #Context,
#superclass : #InstructionStream,
#type : #variable,
#instVars : [
'sender',
'pc'
'stackp',
'method',
'closureOrNil',
Expand Down

0 comments on commit 601d659

Please sign in to comment.