Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fixes nightly build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed May 7, 2021
1 parent 8db6c5d commit d86853f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ fn emit_sanitized_load_immediate<E: UserDefinedError>(jit: &mut JitCompiler, siz
_ => {
#[cfg(debug_assertions)]
unreachable!();
Ok(())
}
}
}
Expand Down

0 comments on commit d86853f

Please sign in to comment.