mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 00:27:54 +00:00
kernel: remove kernel_
This commit is contained in:
parent
3280ebac7e
commit
cf0b407daa
41 changed files with 290 additions and 295 deletions
|
@ -12,7 +12,7 @@ class KDebug final : public KAutoObjectWithSlabHeapAndContainer<KDebug, KAutoObj
|
|||
KERNEL_AUTOOBJECT_TRAITS(KDebug, KAutoObject);
|
||||
|
||||
public:
|
||||
explicit KDebug(KernelCore& kernel_) : KAutoObjectWithSlabHeapAndContainer{kernel_} {}
|
||||
explicit KDebug(KernelCore& kernel) : KAutoObjectWithSlabHeapAndContainer{kernel} {}
|
||||
|
||||
static void PostDestroy(uintptr_t arg) {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue