Closed bobjervis closed 7 years ago
Like the bug converting the opposite way, the conversion needs an extra integer register, which can be accomplished by fold'ing this cast into a two-stage cast, the first to convert to long, then to enum.
Fixed as a by-product of work on enums.
Like the bug converting the opposite way, the conversion needs an extra integer register, which can be accomplished by fold'ing this cast into a two-stage cast, the first to convert to long, then to enum.