We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling the following program produces a lot of unnecessary warnings:
export fn main(reg u64 x) { while { x -= 1; } (x > 0) }
This looks like a regression introduced in 89ddd02
The text was updated successfully, but these errors were encountered:
Correctly extract dummy instr_info to 1 (one)
e7993e8
Fixes #224
370a83f
Add PR jasmin-lang#224 to changelog
a3afdb8
9f22a00
Successfully merging a pull request may close this issue.
Compiling the following program produces a lot of unnecessary warnings:
This looks like a regression introduced in 89ddd02
The text was updated successfully, but these errors were encountered: