alexcrichton opened PR #11154 from alexcrichton:x64-fix-call-print to bytecodealliance:main:
Apparently Capstone doesn't print a hexadecimal number for targets between 0 and 10. Unclear, but match it to prevent the fuzzer from tripping over this.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested cfallin for a review on PR #11154.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11154.
cfallin submitted PR review:
Oh dear -- good catch. (I have half a mind to go submit a PR to Capstone instead to remove this "helpful" heuristic...)
cfallin merged PR #11154.
Last updated: Dec 06 2025 at 06:05 UTC