Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHP int defaults to 32b, even when machine/binary is 64b native #62

Open
fangism opened this issue Jul 18, 2016 · 0 comments
Open

CHP int defaults to 32b, even when machine/binary is 64b native #62

fangism opened this issue Jul 18, 2016 · 0 comments

Comments

@fangism
Copy link
Owner

fangism commented Jul 18, 2016

Object/traits/class_traits_types.cc:

static const count_ptr<const pint_const>
int_def_width_default(new pint_const(32));

The 32 should probably be un-hardcoded, to support 64b ints by default.
Note: this may affect object dump test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant