[M3devel] CM3 crashing
Tony Hosking
hosking at cs.purdue.edu
Sun Jan 12 21:30:34 CET 2014
Are you saying passing these used to work in PM3?
Sounds like a front-end bug. I’m curious what changed to break it.
On Jan 12, 2014, at 12:58 PM, mika at async.caltech.edu wrote:
>
> The code is:
>
> HIntExpr.Xor => RETURN NewConst(CBitwise(av, bv, Word.Xor), ab)
> |
> HIntExpr.Bor => RETURN NewConst(CBitwise(av, bv, Word.Or), ab)
> |
> HIntExpr.Band => RETURN NewConst(CBitwise(av, bv, Word.And), ab)
>
> I guess it doesn't like passing Word.Xor, Word.Or, and Word.And ...
Antony Hosking | Associate Professor | Computer Science | Purdue University
305 N. University Street | West Lafayette | IN 47907 | USA
Mobile +1 765 427 5484
More information about the M3devel
mailing list