Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mini] arm64: Add some more space for tailcall opcodes (#102092)
It looks like in some circumstances 255 bytes isn't enough. 255 is encoded in cpu-arm64.mdesc that only uses a uint8 for the max instruction length. Fixes #102086
- Loading branch information