Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AsmJIT: Const correctness for Block::data()
Summary: The C-style cast was discarding const and casting to `(uint8_t *)` at the same time, causing a warning. Add const and non-const versions of the method. Reviewed By: avp Differential Revision: D61772029 fbshipit-source-id: b03536b5a0dad20caecdf810d4ed475ab00c88ad
- Loading branch information