VirtualBox

Changeset 7469 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 17, 2008 8:32:03 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28908
Message:

fixed log statements

File:
1 edited

Legend:

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

    r7286 r7469  
    13731373            if (VBOX_FAILURE(rc))
    13741374            {
    1375                 Log(("XAdd %VGv=%08x reg=%08x -> emulation failed due to page fault!\n", pParam1, valpar1, pRegFrame->eax));
    1376                 return VERR_EM_INTERPRETER;
    1377             }
    1378 
    1379             LogFlow(("XAdd %VGv=%08x reg=%08x ZF=%d\n", pParam1, valpar1, pRegFrame->eax, !!(eflags & X86_EFL_ZF)));
     1375                Log(("XAdd %VGv=%08x reg=%08x -> emulation failed due to page fault!\n", pParam1, valpar1, *pParamReg2));
     1376                return VERR_EM_INTERPRETER;
     1377            }
     1378
     1379            LogFlow(("XAdd %VGv=%08x reg=%08x ZF=%d\n", pParam1, valpar1, *pParamReg2, !!(eflags & X86_EFL_ZF)));
    13801380
    13811381            /* Update guest's eflags and finish. */
Note: See TracChangeset for help on using the changeset viewer.

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