mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
fix: don't call virtual method in ctor
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5353fdc306
commit
80e59ff344
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user