You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :-)
The text was updated successfully, but these errors were encountered:
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 tounsigned 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. :-)
The text was updated successfully, but these errors were encountered: