VirtualBox

Changeset 1989 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2007 11:37:44 AM (18 years ago)
Author:
vboxsync
Message:

more logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r1988 r1989  
    12141214#endif
    12151215            RTGCPTR  pParam1;
    1216             uint32_t valpar1, valpar2;
     1216            uint32_t valpar1 = 0, valpar2;
    12171217
    12181218            /* The destination is always a virtual address */
     
    12351235            }
    12361236
     1237            Log2(("emInterpretBtr: pvFault=%VGv pParam1=%VGv val2=%x\n", pvFault, pParam1, valpar2));
    12371238            pParam1 = (RTGCPTR)((RTGCUINTPTR)pParam1 + valpar2/8);
    12381239#ifdef IN_GC
     
    12471248            }
    12481249
     1250            Log2(("emInterpretBtr: val=%x\n", valpar1));
    12491251            /* Data read, emulate BTR. */
    12501252            uint32_t eflags = EMEmulateBtr(&valpar1, valpar2 & 0x7);
     1253            Log2(("emInterpretBtr: val=%x CF=%d\n", valpar1, !!(eflags & X86_EFL_CF)));
    12511254
    12521255            /* Update guest's eflags and finish. */
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