| 76 | } |
| 77 | |
| 78 | static void |
| 79 | cloudabi32_proc_setregs(struct thread *td, struct image_params *imgp, |
| 80 | uintptr_t stack) |
| 81 | { |
| 82 | |
| 83 | exec_setregs(td, imgp, stack); |
| 84 | (void)cpu_set_user_tls(td, TO_PTR(stack)); |
| 85 | } |
| 86 | |
| 87 | static int |
| 88 | cloudabi32_fetch_syscall_args(struct thread *td) |
nothing calls this directly
no test coverage detected