Index: /trunk/include/VBox/vmm/hm_svm.h
===================================================================
--- /trunk/include/VBox/vmm/hm_svm.h	(revision 66041)
+++ /trunk/include/VBox/vmm/hm_svm.h	(revision 66042)
@@ -753,4 +753,5 @@
  * SVM VMCB state save area.
  */
+#pragma pack(1)
 typedef struct
 {
@@ -840,4 +841,5 @@
     uint64_t    u64LASTEXCPTO;
 } SVMVMCBSTATESAVE;
+#pragma pack()
 /** Pointer to the SVMVMCBSTATESAVE structure. */
 typedef SVMVMCBSTATESAVE *PSVMVMCBSTATESAVE;
