Merge "x86: stop unwinding past __bionic_clone."

This commit is contained in:
Elliott Hughes
2014-05-30 21:40:28 +00:00
committed by Gerrit Code Review

View File

@@ -38,6 +38,8 @@ ENTRY(__bionic_clone)
jmp .L_bc_return
.L_bc_child:
# We don't want anyone to unwind past this point.
.cfi_undefined %eip
call __bionic_clone_entry
hlt