VirtualBox

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


Ignore:
Timestamp:
Jun 3, 2008 10:14:52 AM (17 years ago)
Author:
vboxsync
Message:

String format

File:
1 edited

Legend:

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

    r9300 r9345  
    11661166
    11671167            default:
    1168                 Log(("emInterpretMov: unexpected type=%d eip=%VGv\n", param2.type, pRegFrame->eip));
    1169                 return VERR_EM_INTERPRETER;
    1170             }
    1171             LogFlow(("EMInterpretInstruction at %08x: OP_MOV %08X <- %08X (%d) &val32=%08x\n", pRegFrame->eip, pDest, val32, param2.size, &val32));
     1168                Log(("emInterpretMov: unexpected type=%d eip=%VRv\n", param2.type, pRegFrame->eip));
     1169                return VERR_EM_INTERPRETER;
     1170            }
     1171            LogFlow(("EMInterpretInstruction at %08x: OP_MOV %VGv <- %08X (%d) &val32=%08x\n", pRegFrame->eip, pDest, val32, param2.size, &val32));
    11721172
    11731173            Assert(param2.size <= 4 && param2.size > 0);
     
    12351235                return VERR_EM_INTERPRETER;
    12361236            }
    1237             LogFlow(("EMInterpretInstruction: OP_MOV %08X -> %08X (%d)\n", pSrc, val32, param1.size));
     1237            LogFlow(("EMInterpretInstruction: OP_MOV %VGv -> %08X (%d)\n", pSrc, val32, param1.size));
    12381238        }
    12391239        return VINF_SUCCESS;
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