mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
2.5-18.1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user