Actions
Bug #41
open
to_Int(Word32) doesn't work as documented
Bug #41:
to_Int(Word32) doesn't work as documented
Start date:
Due date:
% Done:
0%
Estimated time:
Platform:
Resolution:
Triage Stage:
Description
In predefined.anubis, to_Int(Word32) is documented as returning a "non negative 'Int'.
But in fact, to_Int(0xFFFFFFFF) returns '-1'
Actions