[squeak-dev] ANyone have a fix for Scanner isLiteralSymbol: #<=?

Eliot Miranda eliot.miranda at gmail.com
Thu Nov 18 18:24:43 UTC 2010


Hi All,

    In trunk

        Scanner isLiteralSymbol: #<=

    answers false ?!?!

This is breaking my Cog generated code disassembly decoration so that
instead of

    000a572c: movl $0x0045a458=#<=, %ecx : B9 58 A4 45 00
    000a5731: call .+0xfff5ad5a (0x00000490=ceSend1Args) : E8 5A AD F5 FF

I'm merely getting

    000a572c: movl $0x0045a458, %ecx : B9 58 A4 45 00
    000a5731: call .+0xfff5ad5a (0x00000490=ceSend1Args) : E8 5A AD F5 FF

Anyone have a fix?

best
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20101118/5456d15c/attachment.htm


More information about the Squeak-dev mailing list