From 4e5b051fad8e6707736d3ddc4819ab797d23cd91 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Feb 2003 00:01:15 +0000 Subject: Revert unintentional commits. --- linuxthreads/sysdeps/i386/pt-machine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linuxthreads/sysdeps/i386/pt-machine.h') diff --git a/linuxthreads/sysdeps/i386/pt-machine.h b/linuxthreads/sysdeps/i386/pt-machine.h index 465ab9f919..79c69b549a 100644 --- a/linuxthreads/sysdeps/i386/pt-machine.h +++ b/linuxthreads/sysdeps/i386/pt-machine.h @@ -32,8 +32,7 @@ extern int __compare_and_swap (long int *p, long int oldval, long int newval); /* Get some notion of the current stack. Need not be exactly the top of the stack, just something somewhere in the current frame. */ -#define CURRENT_STACK_FRAME __stack_pointer_register__ -register char *__stack_pointer_register__ __asm__ ("%esp"); +#define CURRENT_STACK_FRAME __builtin_frame_address (0) /* Spinlock implementation; required. */ -- cgit v1.2.3-70-g09d2