mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
AK: Revert Eternal<T> for now since it doesn't work as intended.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#define AK_MAKE_ETERNAL \
|
||||
public: \
|
||||
void* operator new(size_t size) { return kmalloc_eternal(size); } \
|
||||
void* operator new(size_t, void* ptr) { return ptr; } \
|
||||
private:
|
||||
#else
|
||||
#define AK_MAKE_ETERNAL
|
||||
|
||||
Reference in New Issue
Block a user