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

How to suppress warnings? #550

Open
ntqbit opened this issue Apr 12, 2023 · 0 comments
Open

How to suppress warnings? #550

ntqbit opened this issue Apr 12, 2023 · 0 comments

Comments

@ntqbit
Copy link

ntqbit commented Apr 12, 2023

Hello.
Running the following code in python results in warning:

from keystone import *
ks = Ks(KS_ARCH_ARM, KS_MODE_ARM)
ks.asm('MCR p15, #0, r1, c7, c5, #4')
warning: deprecated since v7, use 'isb'
MCR p15, #0, r1, c7, c5, #4
^

Is there a way to suppress the warning?
Thank you for the awesome project!

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