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

Tutorial diffs don't update loops type #4

Open
bnoordhuis opened this issue Oct 17, 2018 · 0 comments
Open

Tutorial diffs don't update loops type #4

bnoordhuis opened this issue Oct 17, 2018 · 0 comments

Comments

@bnoordhuis
Copy link

The diffs on https://corsix.github.io/dynasm-doc/tutorial.html do not seem to mention that const char* loops[MAX_NESTING]; should be changed to unsigned loops[MAX_NESTING];. It has the right type in the final version in the Compiling section, however.

I couldn't quite figure out how to turn that into a pull request so I'm opening an issue instead. :-)

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

No branches or pull requests

1 participant