8330047: ASAN build error with gcc 13

Reviewed-by: aboldtch, stuefe
This commit is contained in:
Sonia Zaldana Calles 2024-06-05 14:14:14 +00:00 committed by Thomas Stuefe
parent 6882b381e8
commit 9a8096feb8

View File

@ -52,7 +52,7 @@ public:
};
template <typename T>
class ZStackList {
class ZCACHE_ALIGNED ZStackList {
private:
uintptr_t _base;
T* volatile _head;