summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMRC/VMMRC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMRC/VMMRC.cpp')
-rw-r--r--src/VBox/VMM/VMMRC/VMMRC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/VMM/VMMRC/VMMRC.cpp b/src/VBox/VMM/VMMRC/VMMRC.cpp
index 4f4bef111..9cc612252 100644
--- a/src/VBox/VMM/VMMRC/VMMRC.cpp
+++ b/src/VBox/VMM/VMMRC/VMMRC.cpp
@@ -1,4 +1,4 @@
-/* $Id: VMMRC.cpp $ */
+/* $Id: VMMRC.cpp 35810 2011-02-01 13:00:24Z vboxsync $ */
/** @file
* VMM - Raw-mode Context.
*/
@@ -72,7 +72,7 @@ VMMRCDECL(int) VMMGCEntry(PVM pVM, unsigned uOperation, unsigned uArg, ...)
* Validate the svn revision (uArg).
*/
if (uArg != VMMGetSvnRev())
- return VERR_VERSION_MISMATCH;
+ return VERR_VMM_RC_VERSION_MISMATCH;
/*
* Initialize the runtime.