fix: don't call virtual method in ctor

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-10-30 09:56:44 +00:00
committed by Compute-Runtime-Automation
parent 5353fdc306
commit 80e59ff344

View File

@@ -25,7 +25,7 @@ std::unique_ptr<PageFaultManager> PageFaultManager::create() {
std::function<LONG(struct _EXCEPTION_POINTERS *exceptionInfo)> PageFaultManagerWindows::pageFaultHandler;
PageFaultManagerWindows::PageFaultManagerWindows() {
registerFaultHandler();
PageFaultManagerWindows::registerFaultHandler();
}
PageFaultManagerWindows::~PageFaultManagerWindows() {