Closed trufae closed 7 months ago
There are also 0b
prefixes used in the next
branch.
Is the next branch suposed to be portable to gcc<5? 0b prefix makes the code way more readable, but maybe if you want portability a define is the best option. Wont make a pr for next because i’m not using that branch yet and cs5 is kind of whats packaged everywhere right now, and some OSes like haiku or tiger still ship those old compilers
This should be merged, and cherry-picked to "next" as well.
@aquynh @kabeor Please check. We need one more approval for merging.
LGTM. Thanks!
Todo: cherry pick to 'next' branch.
Todo: cherry pick to 'next' branch.
@trufae Would you mind doing this if you have time? If not it is fine, but it would be of great help.
Fix build on gcc 4.0.1 (the 0b prefix was introduced in gcc5)
Your checklist for this pull request
Detailed description
capstone-v5 doesnt compile on gcc4, the compiler shipped in macos 10.4
Test plan
...
Closing issues
...