Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pattern error for S2_tstbit_i instruction | Ikhlas Ajbar | 2019-10-30 | 1 | -0/+34 |
It used to generate S2_tstbit_i with constant -33 which resulted in an assert. The reason is log2_32 was called with 64bit value 0. |