Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32429 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.3.2/sysdeps/i386/memusage.h (-1 / +4 lines)
Lines 17-22 Link Here
17
   02111-1307 USA.  */
17
   02111-1307 USA.  */
18
18
19
#define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
19
#define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
20
#define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
20
21
#ifndef __i486__
22
# define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
23
#endif /* __i486__ */
21
24
22
#include <sysdeps/generic/memusage.h>
25
#include <sysdeps/generic/memusage.h>

Return to bug 32429