Skip to content

Commit

Permalink
Allow resetting annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 14, 2023
1 parent 45373d0 commit 349ad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/CogAbstractInstruction.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ CogAbstractInstruction >> annotation [

{ #category : #accessing }
CogAbstractInstruction >> annotation: aByte [
self assert: (annotation isNil or: [annotation = aByte]).

^annotation := aByte
]

Expand Down

0 comments on commit 349ad4a

Please sign in to comment.