From: Chaskiel M Grundman Date: Fri, 17 Feb 2006 17:27:54 +0000 (+0000) Subject: STABLE14-darwin-x86-lwp-fix-20060217 X-Git-Tag: openafs-stable-1_4_1-rc8~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e0a232ba6bcd518f546bb9c3a49cf4f9056b4d6a;p=packages%2Fo%2Fopenafs.git STABLE14-darwin-x86-lwp-fix-20060217 make lwp work on darwin x86 (cherry picked from commit 167819c0c55a258357ff36cede5e79399d470a23) --- diff --git a/src/lwp/process.i386.s b/src/lwp/process.i386.s index 3dfae1ae8..9e7ddb3a0 100644 --- a/src/lwp/process.i386.s +++ b/src/lwp/process.i386.s @@ -59,12 +59,6 @@ ENTRY(savecontext) L1: jmp *f(%ebp) /* ebx = &f */ -#if !defined(AFS_DARWIN_ENV) -/* Shouldn't be here....*/ - - call _C_LABEL(abort) -#endif - /* * returnto(area2) * struct savearea *area2; @@ -85,8 +79,3 @@ ENTRY(returnto) popl %ebp ret -#if !defined(AFS_DARWIN_ENV) -/* I see, said the blind man, as he picked up his hammer and saw! */ - pushl $1234 - call _C_LABEL(abort) -#endif