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

Fix various failing tests. #55

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

WhatAmISupposedToPutHere

Fixes bitreverse, and makes tests work on not-x86

In another installment of "x86 is the weirdo" it defines char as signed,
while most other architectures use unsigned chars. Change tests to use the
actual c_char type, to make them work no matter what the char signedness is
on the host platform.
@FractalFir
Copy link
Owner

The change to the start function seems incorrect, since it causes the test suite not to build.

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.

2 participants