mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-04-27 18:35:32 +00:00
Merge "sel4bundle: pass ipc buffer address"
GitOrigin-RevId: 8d2799961ded3be2393529253ba5d0b5dfafecfb
This commit is contained in:
parent
159d64e4ed
commit
831a698120
@ -546,7 +546,7 @@ impl seL4BundleImpl {
|
||||
assert_eq!(sp % arch::STACK_ALIGNMENT_BYTES, 0, "TCB stack pointer mis-aligned");
|
||||
|
||||
// XXX nonsense values for testing
|
||||
let argv: &[seL4_Word] = &[0x11112222, 0x22223333, 0x44445555];
|
||||
let argv: &[seL4_Word] = &[self.tcb_ipcbuffer_addr, 0x11112222, 0x22223333, 0x44445555];
|
||||
|
||||
// NB: tcb_args::maybe_spill_tcb_args may write arg data to the
|
||||
// stack causing the stack pointer to be adjusted.
|
||||
|
Loading…
Reference in New Issue
Block a user