Skip to content

Commit

Permalink
Add hint about bitmaps and bitvectors. (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Jan 24, 2024
1 parent e1e5843 commit 488a04f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ rz_core_wrap.cxx:32103:61: error: assigning to 'RzDebugReasonType' from incompat
int sum = 0; // set sum to 0
```
* If you need bitmaps, do not shift and OR the bits manually on `ut32`. Use bit vectors from `rz_bitvector.h` instead.
### Shell Scripts
* Use `#!/bin/sh`
Expand Down

0 comments on commit 488a04f

Please sign in to comment.