mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#define IRQ_TIMER 0
|
||||
namespace Kernel {
|
||||
|
||||
NonnullRefPtr<PIT> PIT::initialize(Function<void(const RegisterState&)> callback)
|
||||
UNMAP_AFTER_INIT NonnullRefPtr<PIT> PIT::initialize(Function<void(const RegisterState&)> callback)
|
||||
{
|
||||
return adopt(*new PIT(move(callback)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user