VirtualBox

Changeset 1507 in vbox for trunk


Ignore:
Timestamp:
Mar 15, 2007 11:48:16 AM (18 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r1502 r1507  
    15171517                        rc = PGMPhysReadGCPtr(pVM, &pVM->selm.s.Tss.redirBitmap, GCPtrTss + offRedirBitmap, sizeof(tss.redirBitmap));
    15181518                        AssertRC(rc);
     1519                        Log2(("Redirection bitmap:\n"));
     1520                        Log2(("%.*Vhxd\n", sizeof(tss.redirBitmap), &pVM->selm.s.Tss.redirBitmap));
    15191521                    }
    15201522                }
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