1570af302Sopenharmony_ci.global vfork 2570af302Sopenharmony_ci.type vfork,@function 3570af302Sopenharmony_civfork: 4570af302Sopenharmony_ci pop %rdx 5570af302Sopenharmony_ci mov $0x4000003a,%eax /* SYS_vfork */ 6570af302Sopenharmony_ci syscall 7570af302Sopenharmony_ci push %rdx 8570af302Sopenharmony_ci mov %rax,%rdi 9570af302Sopenharmony_ci .hidden __syscall_ret 10570af302Sopenharmony_ci jmp __syscall_ret 11