Closed quark-tekliner closed 9 years ago
Arshift should be used instead of rshift for calculation signed values like offsets to prevent sign losing. As far as i know there are only two places where signed values are used: in list and structure pointer parsing.
It seems arshift should be used. Thanks for your patch!
@calio do you plan push the patched version into rocks repository?
Yes, but not now. Need to add a few tests for this to make a new release.
Arshift should be used instead of rshift for calculation signed values like offsets to prevent sign losing. As far as i know there are only two places where signed values are used: in list and structure pointer parsing.