Just switch it to u64.

Niko

On Tue, Sep 03, 2013 at 02:34:22PM -0400, Corey Richardson wrote:
> Right now Z flags are implemented using a bit flag stored in a uint,
> which is only reliably 32 bits on the platforms we use. We could
> extend it to a u64, or we could use an enum, but we can't continue
> doing this, because https://github.com/mozilla/rust/pull/8955 uses the
> last available bit.
> _______________________________________________
> Rust-dev mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/rust-dev
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to