mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Kernel: Make VMWareBackdoor eternal (since it's never freed)
This commit is contained in:
parent
e4ab908fe0
commit
bb2be4bb99
Notes:
sideshowbarker
2024-07-19 07:48:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bb2be4bb99b
@ -27,6 +27,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <AK/kmalloc.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
@ -57,6 +58,8 @@ struct VMWareCommand {
|
||||
};
|
||||
|
||||
class VMWareBackdoor {
|
||||
AK_MAKE_ETERNAL;
|
||||
|
||||
public:
|
||||
static void initialize();
|
||||
static VMWareBackdoor& the();
|
||||
|
Loading…
Reference in New Issue
Block a user