VirtualBox

Changeset 7569 in vbox


Ignore:
Timestamp:
Mar 26, 2008 11:47:48 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29056
Message:

Removed assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r7524 r7569  
    170170                    HWACCMR0Globals.lLastError = hwaccmr0CheckCpuRcArray(aRc, RT_ELEMENTS(aRc), &idCpu);
    171171
    172                 AssertMsg(VBOX_SUCCESS(HWACCMR0Globals.lLastError), ("HWACCMR0InitCPU failed for cpu %d with rc=%d\n", idCpu, HWACCMR0Globals.lLastError));
    173172                if (VBOX_SUCCESS(HWACCMR0Globals.lLastError))
    174173                {
     
    254253            }
    255254            else
     255            {
     256#ifdef LOG_ENABLED
     257                SUPR0Printf("HWACCMR0InitCPU failed for cpu %d with rc=%d\n", idCpu, HWACCMR0Globals.lLastError);
     258#endif
    256259                HWACCMR0Globals.lLastError = VERR_VMX_NO_VMX;
     260            }
    257261        }
    258262        else
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