Skip to content

Commit

Permalink
make sure unsolved evar can be reproduced
Browse files Browse the repository at this point in the history
  • Loading branch information
enjhnsn2 committed Nov 22, 2024
1 parent 499dbf2 commit 99130de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/process_standard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ impl<C: 'static + Chip> ProcessStandard<'_, C> {
const PROCESS_STRUCT_OFFSET: usize = mem::size_of::<ProcessStandard<C>>();

/// Create a `ProcessStandard` object based on the found `ProcessBinary`.
#[flux_rs::trusted] // ICE: UnsolvedEvar
// #[flux_rs::trusted] // ICE: UnsolvedEvar
pub(crate) unsafe fn create<'a>(
kernel: &'static Kernel,
chip: &'static C,
Expand Down

0 comments on commit 99130de

Please sign in to comment.