summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/include/TRPMInternal.mac
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/include/TRPMInternal.mac')
-rw-r--r--src/VBox/VMM/include/TRPMInternal.mac8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/VMM/include/TRPMInternal.mac b/src/VBox/VMM/include/TRPMInternal.mac
index ba8d7d8e..6228db95 100644
--- a/src/VBox/VMM/include/TRPMInternal.mac
+++ b/src/VBox/VMM/include/TRPMInternal.mac
@@ -29,9 +29,8 @@
struc TRPM
.offVM resd 1
.offTRPMCPU resd 1
- .fDisableMonitoring resb 1
.fSafeToDropGuestIDTMonitoring resb 1
- .abPadding1 resb 6
+ .abPadding1 resb 7
.aIdt resd 512
.au32IdtPatched resd 8
.aTmpTrapHandlers RTRCPTR_RES 256
@@ -59,11 +58,9 @@ struc TRPM
%ifdef VBOX_WITH_STATISTICS
.paStatForwardedIRQR3 RTR3PTR_RES 1
- .paStatForwardedIRQR0 RTR0PTR_RES 1
.paStatForwardedIRQRC RTRCPTR_RES 1
.paStatHostIrqRC RTRCPTR_RES 1
.paStatHostIrqR3 RTR3PTR_RES 1
- .paStatHostIrqR0 RTR0PTR_RES 1
%endif
endstruc
@@ -79,6 +76,9 @@ struc TRPMCPU
.uSavedErrorCode RTGCPTR_RES 1
.uSavedCR2 RTGCPTR_RES 1
.uPrevVector RTGCPTR_RES 1
+ .cbInstr resb 1
+ .cbSavedInstr resb 1
+ .au8Padding resb 2
endstruc
struc VBOXTSS