]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-darwin-x86-lwp-fix-20060217
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Fri, 17 Feb 2006 17:27:54 +0000 (17:27 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 17 Feb 2006 17:27:54 +0000 (17:27 +0000)
make lwp work on darwin x86

(cherry picked from commit 167819c0c55a258357ff36cede5e79399d470a23)

src/lwp/process.i386.s

index 3dfae1ae8017d2f6cf8ae22f3c929350f0d0cbb9..9e7ddb3a0aa31e00eeaf3116aad173739c6dfda7 100644 (file)
@@ -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