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
Source code is
if (inst[1] >= 0x29 && inst[1] <= 0x2C) addr2 = regs->GR(b2) & ADDRESS_MAXWRAP_E(regs); else if (inst[1] >= 0x29 && inst[1] <= 0x2C) addr2 = regs->GR(b2) & ADDRESS_MAXWRAP(regs);
Second if cannot be executed. Suggest code rework.
The text was updated successfully, but these errors were encountered:
Fix apparent copy/paste error in hscmisc.c:
7de109f
Reported by "dcb314" in rbowler/spinhawk (https://github.com/rbowler/spinhawk) issue 83 (rbowler/spinhawk#83) "hscmisc.c:1218:29: warning: duplicated 'if' condition [-Wduplicated-cond]", the same bug which also existed in SDL Hyperion.
No branches or pull requests
Source code is
Second if cannot be executed. Suggest code rework.
The text was updated successfully, but these errors were encountered: