8330047: ASAN build error with gcc 13
Reviewed-by: aboldtch, stuefe
This commit is contained in:
parent
6882b381e8
commit
9a8096feb8
@ -52,7 +52,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class ZStackList {
|
class ZCACHE_ALIGNED ZStackList {
|
||||||
private:
|
private:
|
||||||
uintptr_t _base;
|
uintptr_t _base;
|
||||||
T* volatile _head;
|
T* volatile _head;
|
||||||
|
Loading…
Reference in New Issue
Block a user