VirtualBox

Changeset 30567 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 1, 2010 8:02:31 PM (14 years ago)
Author:
vboxsync
Message:

Correct logging statement. Fixes hypervisor assertion

File:
1 edited

Legend:

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

    r30493 r30567  
    16541654            }
    16551655
    1656             LogFlow(("XAdd %RGv=%p reg=%ll08x\n", GCPtrPar1, pvParam1, *(uint64_t *)pvParamReg2));
     1656            LogFlow(("XAdd %RGv=%p reg=%08llx\n", GCPtrPar1, pvParam1, *(uint64_t *)pvParamReg2));
    16571657
    16581658            if (pDis->prefix & PREFIX_LOCK)
     
    16611661                eflags = EMEmulateXAdd(pvParam1, pvParamReg2, cbParamReg2);
    16621662
    1663             LogFlow(("XAdd %RGv=%p reg=%ll08x ZF=%d\n", GCPtrPar1, pvParam1, *(uint64_t *)pvParamReg2, !!(eflags & X86_EFL_ZF) ));
     1663            LogFlow(("XAdd %RGv=%p reg=%08llx ZF=%d\n", GCPtrPar1, pvParam1, *(uint64_t *)pvParamReg2, !!(eflags & X86_EFL_ZF) ));
    16641664
    16651665            /* 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