mirror of
https://github.com/gperftools/gperftools
synced 2025-02-20 06:06:50 +00:00
remove deprecated register
storage class
This commit is contained in:
parent
c71e512664
commit
e80e863e37
@ -853,7 +853,7 @@ static void* HeapBusyThreadBody(void* a) {
|
||||
#elif defined(__x86_64__) && defined(__GNUC__)
|
||||
register int** ptr asm("r15");
|
||||
#else
|
||||
register int** ptr;
|
||||
int** ptr;
|
||||
#endif
|
||||
ptr = NULL;
|
||||
typedef std::set<int> Set;
|
||||
|
Loading…
Reference in New Issue
Block a user