parent
fd638d5388
commit
dbe56c1362
@ -1,5 +1,8 @@
|
||||
global_asm!(include_str!("switch.S"));
|
||||
|
||||
extern "C" {
|
||||
pub fn __switch(current_task_cx: *const usize, next_task_cx: *const usize);
|
||||
pub fn __switch(
|
||||
current_task_cx_ptr2: *const usize,
|
||||
next_task_cx_ptr2: *const usize
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in new issue