Add hint about bitmaps and bitvectors. (#4144)
This commit is contained in:
parent
e1e58430dc
commit
488a04fb58
1 changed files with 2 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue