This exposes the functionality of `fde::map_reg` on the `TargetIsa` trait, avoiding compilation errors on architectures where register mapping is not yet supported. The change is conditially compiled under the `unwind` feature.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.