Closed emersion closed 6 years ago
In interpreted segments, permissions are represented as a tuple of 3 bools, documented as (r, w, x). Those were reversed, and the code was duplicated.
A quick grep reveals that this field is not used anywhere, so I'm just going to merge this, this is blocking my current work and I don't want to start cherry-picking commits around.
In interpreted segments, permissions are represented as a tuple of 3 bools, documented as (r, w, x). Those were reversed, and the code was duplicated.