Skip to content

Commit

Permalink
stupid stupid Cyril -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 17, 2023
1 parent dcdcaf6 commit 7f4511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hermes/HEInstaller.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ HEInstaller >> rebuildMethod: aMethod into: aClass [

self flag: #pharo11. "If Pharo12 the management of the method trailer changed and the way to create a new method changed too."
newMethod := CompiledMethod
newMethod: (SystemVersion current major > 12
newMethod: (SystemVersion current major >= 12
ifTrue: [ aMethod bytecode size + CompiledMethod trailerSize ]
ifFalse: [ aMethod bytecode size ])
header: (aMethod headerFor: extendedEnvironment).
Expand Down

0 comments on commit 7f4511b

Please sign in to comment.