forktree worked with depth=3 on k210 platform.

This commit is contained in:
Yifan Wu 2020-12-11 16:14:14 +08:00
parent 244c0ee84d
commit 84b10893d4
6 changed files with 62 additions and 17 deletions

View file

@ -30,6 +30,6 @@ pub fn main() -> i32 {
assert_eq!(xstate, 0);
}
assert!(wait(&mut xstate) < 0);
println!("r_forktest2 test passed!");
println!("forktest2 test passed!");
0
}