]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/memusage.h
2.5-18.1
[thirdparty/glibc.git] / sysdeps / i386 / memusage.h
index 73ce98c6303ce732af6bc8b95cf675573c4fcfc9..8d5749f65538d5857fcbef9a67bc582444edfdc5 100644 (file)
@@ -17,6 +17,5 @@
    02111-1307 USA.  */
 
 #define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
-#define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
 
 #include <sysdeps/generic/memusage.h>