Index: /trunk/src/VBox/VMM/VMMR0/HMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMR0.cpp	(revision 55754)
+++ /trunk/src/VBox/VMM/VMMR0/HMR0.cpp	(revision 55755)
@@ -1295,5 +1295,5 @@
         if (RT_FAILURE(rc))
         {
-            RTThreadPreemptRestore(&PreemptState)
+            RTThreadPreemptRestore(&PreemptState);
             return rc;
         }
