Changeset 982 in vbox
- Timestamp:
- Feb 19, 2007 2:53:34 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r981 r982 2721 2721 /** @todo we MUST change this detection to try grab an entry which is NOT in use. This can be 2722 2722 * combined with gathering info about which guest system call gates we can hook up directly. */ 2723 unsigned i; 2723 2724 uint8_t u8Idt = 0; 2724 2725 static uint8_t au8Ints[] = … … 2735 2736 #if defined(__AMD64__) && defined(DEBUG) 2736 2737 static int s_iWobble = 0; 2737 unsigned i;2738 2738 unsigned iMax = !(s_iWobble++ % 2) ? 0x80 : 0x100; 2739 2739 dprintf(("IDT: Idtr=%p:%#x\n", (void *)Idtr.pIdt, (unsigned)Idtr.cbIdt));
Note:
See TracChangeset
for help on using the changeset viewer.