mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
6a56557177
Inline `revng_inline` helper calls into each outlined stub which is consumed by `analyzeABI`, so the analysis can observe the reads and writes the helper performs on the floating point registers. The helper module is linked only once at the beginning of the pass, to avoid double linking issues.