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

Add support for 32-bit architectures #327

Merged
merged 5 commits into from
Jun 27, 2019
Merged

Add support for 32-bit architectures #327

merged 5 commits into from
Jun 27, 2019

Conversation

chfast
Copy link
Member

@chfast chfast commented Jun 25, 2019

Closes #326.

include/evmc/helpers.hpp Outdated Show resolved Hide resolved
@chfast chfast changed the title ci: Add 32-bit builds Add support for 32-bit architectures Jun 25, 2019
@chfast chfast force-pushed the 32-bit branch 12 times, most recently from 5025686 to 02c04ec Compare June 27, 2019 10:03
@chfast chfast requested a review from axic June 27, 2019 10:03
@@ -110,7 +110,7 @@ TEST_F(evmc_vm_test, execute_create)
}
else
{
EXPECT_NE(result.output_size, 0);
EXPECT_NE(result.output_size, size_t{0});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A warning in MSVC about comparing signed and unsigned types.

@chfast chfast merged commit f905aa8 into master Jun 27, 2019
@chfast chfast deleted the 32-bit branch June 27, 2019 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test 32-bit builds
2 participants