Skip to content

Commit

Permalink
Backporting: added noInstrumentation pragma to the method ProcessorSc…
Browse files Browse the repository at this point in the history
…heduler>>#activeProcess
  • Loading branch information
jordanmontt committed Apr 30, 2024
1 parent a4f8da8 commit 994bd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Kernel/ProcessorScheduler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ ProcessorScheduler >> activeProcess [
It can be just pretending to be the active process
(like during the code simulation in the debugger)"

^activeProcess effectiveProcess
<noInstrumentation>
^ activeProcess effectiveProcess
]

{ #category : 'private' }
Expand Down

0 comments on commit 994bd7c

Please sign in to comment.