VirtualBox

Changeset 1794 in vbox


Ignore:
Timestamp:
Mar 29, 2007 11:51:32 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19972
Message:

put back interrupt redirection update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/SELM.cpp

    r1793 r1794  
    15201520                   
    15211521                    /** @todo not sure how the partial case is handled; probably not allowed */
    1522                     if (offRedirBitmap + sizeof(tss.IntRedirBitmap) <= cbTss)
     1522                    if (offRedirBitmap + sizeof(tss.IntRedirBitmap) <= pVM->selm.s.cbGuestTss)
    15231523                    {
    15241524                        rc = PGMPhysReadGCPtr(pVM, &pVM->selm.s.Tss.IntRedirBitmap, GCPtrTss + offRedirBitmap, sizeof(tss.IntRedirBitmap));
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