1570af302Sopenharmony_ci.global vfork 2570af302Sopenharmony_ci.type vfork,%function 3570af302Sopenharmony_civfork: 4570af302Sopenharmony_ci mov x8, 220 // SYS_clone 5570af302Sopenharmony_ci mov x0, 0x4111 // SIGCHLD | CLONE_VM | CLONE_VFORK 6570af302Sopenharmony_ci mov x1, 0 7570af302Sopenharmony_ci svc 0 8570af302Sopenharmony_ci .hidden __syscall_ret 9570af302Sopenharmony_ci b __syscall_ret 10