-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix capstone_test.c #2059 #2060
Conversation
@kabeor take a took please. |
Great! Thanks for your time:) |
|
@@ -110,6 +110,8 @@ | |||
'CS_OPT_ON', | |||
'CS_OPT_OFF', | |||
|
|||
'CS_OPT_MEM', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be CS_OP_MEM
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just saw that this has been fixed in your autosync branch.
My mistake, I was too careless.
Don't worry. Your version is better. I'll cherry-pick it.
23 Jun 2023 17:53:08 billow ***@***.***>:
…
***@***.**** commented on this pull request.
----------------------------------------
In bindings/python/capstone/__init__.py[#2060 (comment)]:
> @@ -110,6 +110,8 @@
'CS_OPT_ON',
'CS_OPT_OFF',
+ 'CS_OPT_MEM',
Just saw that this has been fixed in your autosync branch
—
Reply to this email directly, view it on GitHub[#2060 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AK5ET6GARL7DVTZVWVL2PJDXMW3WFANCNFSM6AAAAAAZRKZ2AI].
You are receiving this because you commented.[Tracking image][https://github.com/notifications/beacon/AK5ET6FDSYAXGVSTBQ7ODBLXMW3WFA5CNFSM6AAAAAAZRKZ2AKWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTSZEIOFS.gif]
|
Nice, Merged. |
closes #2059
closes #2058