VirtualBox

Changeset 982 in vbox


Ignore:
Timestamp:
Feb 19, 2007 2:53:34 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18769
Message:

fixed bustage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c

    r981 r982  
    27212721        /** @todo we MUST change this detection to try grab an entry which is NOT in use. This can be
    27222722         * combined with gathering info about which guest system call gates we can hook up directly. */
     2723        unsigned    i;
    27232724        uint8_t     u8Idt = 0;
    27242725        static uint8_t au8Ints[] =
     
    27352736#if defined(__AMD64__) && defined(DEBUG)
    27362737        static int  s_iWobble = 0;
    2737         unsigned    i;
    27382738        unsigned    iMax = !(s_iWobble++ % 2) ? 0x80 : 0x100;
    27392739        dprintf(("IDT: Idtr=%p:%#x\n", (void *)Idtr.pIdt, (unsigned)Idtr.cbIdt));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette