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

processor/arm/disassembler.cpp:144: bad compare ? #81

Open
dcb314 opened this issue Jul 9, 2020 · 0 comments
Open

processor/arm/disassembler.cpp:144: bad compare ? #81

dcb314 opened this issue Jul 9, 2020 · 0 comments

Comments

@dcb314
Copy link

dcb314 commented Jul 9, 2020

processor/arm/disassembler.cpp:144:33: warning: bitwise comparison always evaluates to false [-Wtautological-compare]

Source code is

if((instruction & 0x0e5000d0) == 0x001000b0) {

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