VirtualBox

Changeset 4419 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 29, 2007 9:18:13 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23991
Message:

Accidental commit

File:
1 edited

Legend:

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

    r4418 r4419  
    693693#ifdef IN_GC
    694694                /* Safety check (in theory it could cross a page boundary and fault there though) */
    695 //                AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv, pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER);
     695                AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv, pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER);
    696696#endif
    697697                rc = emRamRead(pVM,  &valpar1, pParam1, param1.size);
    698698                if (VBOX_FAILURE(rc))
    699699                {
    700 //                    AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
     700                    AssertMsgFailed(("emRamRead %VGv size=%d failed with %Vrc\n", pParam1, param1.size, rc));
    701701                    return VERR_EM_INTERPRETER;
    702702                }
     
    10171017#ifdef IN_GC
    10181018            /* Safety check (in theory it could cross a page boundary and fault there though) */
    1019 //            AssertMsgReturn(pDest == pvFault, ("eip=%VGv pDest=%VGv pvFault=%VGv\n", pRegFrame->eip, pDest, pvFault), VERR_EM_INTERPRETER);
     1019            AssertMsgReturn(pDest == pvFault, ("eip=%VGv pDest=%VGv pvFault=%VGv\n", pRegFrame->eip, pDest, pvFault), VERR_EM_INTERPRETER);
    10201020#endif
    10211021            rc = emRamWrite(pVM, pDest, &val32, param2.size);
     
    11161116
    11171117                /* Safety check (in theory it could cross a page boundary and fault there though) */
    1118 //                AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER);
     1118                AssertMsgReturn(pParam1 == pvFault, ("eip=%VGv pParam1=%VGv pvFault=%VGv\n", pRegFrame->eip, pParam1, pvFault), VERR_EM_INTERPRETER);
    11191119
    11201120#ifdef VBOX_STRICT
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