Skip to content

Commit

Permalink
fix the bug of func recv_slot
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhu committed Jan 3, 2025
1 parent 5b9ebfd commit 87183fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sel4/src/ipc_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl IpcBuffer {
let inner = self.inner();
cap::CNode::from_bits(inner.receiveCNode).absolute_cptr_from_bits_with_depth(
inner.receiveIndex,
inner.receiveCNode.try_into().unwrap(),
inner.receiveDepth.try_into().unwrap(),
)
}

Expand Down

0 comments on commit 87183fb

Please sign in to comment.