VirtualBox

Changeset 15743 in vbox


Ignore:
Timestamp:
Dec 24, 2008 11:48:05 AM (16 years ago)
Author:
vboxsync
Message:

Same TSS io bitmap check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r15173 r15743  
    10281028        goto fail;
    10291029    io_offset = lduw_kernel(env->tr.base + 0x66);
     1030    if (io_offset < 0x68)
     1031        io_offset = 0x68 + 0x20;
    10301032    /* the virtual interrupt redirection bitmap is located below the io bitmap */
    10311033    intredir_offset = io_offset - 0x20;
Note: See TracChangeset for help on using the changeset viewer.

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