-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hey Dale,
yes I know, I'm still stuck with GemTolls and not using tODE…
but…
shouldn't
Gci64Bit>>oopForChar: aCharacter
| ans |
ans := (((aCharacter asciiValue bitAnd: 16rFFFF) << 16r08) bitOr: 16r1C) asOop.
^ans
be actually
Gci64Bit>>oopForChar: aCharacter
| ans |
ans := self oopTypeFromInteger: (((aCharacter asciiValue bitAnd: 16rFFFF) << 16r08) bitOr: 16r1C).
^ans
This fixes numerous dNUs SmallInteger doesNotUnderstand: #asOop …
Best
-Tobias
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels