Skip to content

Commit

Permalink
Adding manually pc: as pc := anInteger
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jul 29, 2021
1 parent 1689fe2 commit 5698d47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Kernel/Context.class.st
Expand Up @@ -280,6 +280,11 @@ Context >> activeHome [
^self sender findContextSuchThat: [:ctxt | ctxt = methodReturnContext]
]

{ #category : #accessing }
Context >> pc: anInteger [
pc := anInteger
]

{ #category : #accessing }
Context >> activeOuterContext [
"If executing closure, search senders for the activation in which the receiver's
Expand Down

0 comments on commit 5698d47

Please sign in to comment.