Skip to content

Commit

Permalink
compiler-cranelift: Fix typo in enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Jun 14, 2022
1 parent b0d3818 commit 44a8060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler-cranelift/src/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl Compiler for CraneliftCompiler {

let (unwind_info, fde) = match compiled_function_unwind_info(&*isa, &context)? {
#[cfg(feature = "unwind")]
CraneliftUnwindInfo::FDE(fde) => {
CraneliftUnwindInfo::Fde(fde) => {
if dwarf_frametable.is_some() {
let fde = fde.to_fde(Address::Symbol {
// The symbol is the kind of relocation.
Expand Down

0 comments on commit 44a8060

Please sign in to comment.