summaryrefslogtreecommitdiff
path: root/include/VBox/vmm/cpum.mac
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/vmm/cpum.mac')
-rw-r--r--include/VBox/vmm/cpum.mac6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/VBox/vmm/cpum.mac b/include/VBox/vmm/cpum.mac
index 8f906d06..48d3eb70 100644
--- a/include/VBox/vmm/cpum.mac
+++ b/include/VBox/vmm/cpum.mac
@@ -3,7 +3,7 @@
;
;
-; Copyright (C) 2006-2010 Oracle Corporation
+; Copyright (C) 2006-2012 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
@@ -193,7 +193,8 @@ struc CPUMCTX
.msrCSTAR resb 8
.msrSFMASK resb 8
.msrKERNELGSBASE resb 8
- .au32SizePadding resb 32
+ .msrApicBase resb 8
+ .au32SizePadding resb 24
endstruc
@@ -205,3 +206,4 @@ endstruc
%endif
+