Skip to content

Commit

Permalink
Merge remote-tracking branch 'pharo-project/druid' into druid-oldclos…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
guillep committed Mar 27, 2024
2 parents 6708f9d + 789cdfe commit 13a88eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smalltalksrc/VMMaker/InterpreterPrimitives.class.st
Expand Up @@ -1084,7 +1084,7 @@ InterpreterPrimitives >> primitiveBitShift [
ifTrue:
[integerReceiver := self positive32BitValueOf: integerReceiver]
ifFalse:
[integerReceiver := objectMemory integerValueOf: integerReceiver].
[integerReceiver := objectMemory signed64BitValueOf: integerReceiver].
self successful ifTrue:
[(integerArgument := objectMemory integerValueOf: integerArgument) >= 0
ifTrue: "Left shift -- must fail bits would be lost"
Expand Down

0 comments on commit 13a88eb

Please sign in to comment.