Changeset 25313 in vbox
- Timestamp:
- Dec 10, 2009 6:30:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55881
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r24938 r25313 4 4 5 5 /* 6 * Copyright (C) 2006-200 7Sun Microsystems, Inc.6 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 561 561 /** One of the structure magics was wrong. */ 562 562 #define VERR_SSM_STRUCTURE_MAGIC (-1847) 563 /** The data in the saved state doesn't conf irm to expectations. */563 /** The data in the saved state doesn't conform to expectations. */ 564 564 #define VERR_SSM_UNEXPECTED_DATA (-1848) 565 565 /** Trying to read a 64-bit guest physical address into a 32-bit variable. */
Note:
See TracChangeset
for help on using the changeset viewer.