Add hint about bitmaps and bitvectors. (#4144)

This commit is contained in:
Rot127 2024-01-24 10:21:14 +00:00 committed by GitHub
parent e1e58430dc
commit 488a04fb58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`