Skip to content

Commit

Permalink
Clean all fields of an instruction on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 14, 2023
1 parent 349ad4a commit ab1ee1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion smalltalksrc/VMMaker/Cogit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6813,7 +6813,10 @@ Cogit >> gen: opcode [ "<Integer>"
"Force the initialization of the annotation to nil"
abstractInstruction annotation: nil.
abstractInstruction dependent: nil.
abstractInstruction address: nil.
abstractInstruction machineCodeSize: nil.
abstractInstruction maxSize: nil.
^abstractInstruction
]
Expand Down

0 comments on commit ab1ee1f

Please sign in to comment.