Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pawndisasm: Add "no-checks" and "sleep" flags
#define AMX_FLAG_SLEEP 0x08 /* script uses the sleep instruction (possible re-entry or power-down mode) */ #define AMX_FLAG_NOCHECKS 0x10 /* no array bounds checking; no BREAK opcodes */
- Loading branch information