mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
This commit is contained in:
parent
e2e26f8299
commit
464b640058
1 changed files with 0 additions and 7 deletions
|
@ -74,13 +74,6 @@ private:
|
||||||
kernel.SlabHeap<Derived>().Free(obj);
|
kernel.SlabHeap<Derived>().Free(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
|
||||||
class ListAccessor : public KAutoObjectWithListContainer::ListAccessor {
|
|
||||||
public:
|
|
||||||
ListAccessor() : KAutoObjectWithListContainer::ListAccessor(kernel.ObjectListContainer()) {}
|
|
||||||
~ListAccessor() = default;
|
|
||||||
};
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
KAutoObjectWithSlabHeapAndContainer(KernelCore& kernel_) : Base(kernel_), kernel(kernel_) {}
|
KAutoObjectWithSlabHeapAndContainer(KernelCore& kernel_) : Base(kernel_), kernel(kernel_) {}
|
||||||
virtual ~KAutoObjectWithSlabHeapAndContainer() {}
|
virtual ~KAutoObjectWithSlabHeapAndContainer() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue