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
opuntiaOS/kernel/kernel/platform/x86/interrupts/isr_handler.c
Line 105 in 58eedde
why not use:
if(i != 0 && i != 6 && i != 14)
instead of using 13 else if with the same action inside ?
(can't do a pr as I can't build the toolchain (#37) )
The text was updated successfully, but these errors were encountered:
also pls use switch
switch
Sorry, something went wrong.
Agree to change this, @Supercip971. If you want to create a pr, for a temporary solution you can use LLVM Toolchain.
Fixed this on my fork, will be turned into a PR soon.
Successfully merging a pull request may close this issue.
opuntiaOS/kernel/kernel/platform/x86/interrupts/isr_handler.c
Line 105 in 58eedde
why not use:
instead of using 13 else if with the same action inside ?
(can't do a pr as I can't build the toolchain (#37) )
The text was updated successfully, but these errors were encountered: