- Timestamp:
- Nov 12, 2010 9:15:42 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/types.h
r34019 r34021 619 619 } VBOXIDTE64_INTERRUPTGATE; 620 620 #pragma pack() 621 /** Pointer to IDT Entry, Interrupt gate view. */621 /** Pointer to IDT Entry, 64-bit mode, Interrupt gate view. */ 622 622 typedef VBOXIDTE64_INTERRUPTGATE *PVBOXIDTE64_INTERRUPTGATE; 623 623 … … 664 664 } VBOXIDTE64_TRAPGATE; 665 665 #pragma pack() 666 /** Pointer to IDT Entry, Interruptgate view. */666 /** Pointer to IDT Entry, 64-bit mode, Trap gate view. */ 667 667 typedef VBOXIDTE64_TRAPGATE *PVBOXIDTE64_TRAPGATE; 668 668 … … 697 697 } VBOXIDTE64_GENERIC; 698 698 #pragma pack() 699 /** Pointer to IDT Entry Generic view. */699 /** Pointer to IDT Entry, 64-bit mode, Generic view. */ 700 700 typedef VBOXIDTE64_GENERIC *PVBOXIDTE64_GENERIC; 701 701
Note:
See TracChangeset
for help on using the changeset viewer.