summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/PATM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR3/PATM.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/PATM.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/VBox/VMM/VMMR3/PATM.cpp b/src/VBox/VMM/VMMR3/PATM.cpp
index 47c52edc5..64773715c 100644
--- a/src/VBox/VMM/VMMR3/PATM.cpp
+++ b/src/VBox/VMM/VMMR3/PATM.cpp
@@ -145,10 +145,7 @@ VMMR3_INT_DECL(int) PATMR3Init(PVM pVM)
if (HMIsEnabled(pVM))
{
pVM->fPATMEnabled = false;
- return SSMR3RegisterInternal(pVM, "PATM", 0, PATM_SSM_VERSION, 0,
- NULL, NULL, NULL,
- NULL, NULL, NULL,
- NULL, patmR3LoadDummy, NULL);
+ return SSMR3RegisterStub(pVM, "PATM", 0);
}
/*