VirtualBox

Changeset 1583

Show
Ignore:
Timestamp:
03/20/07 22:00:25 (2 years ago)
Author:
vboxsync
Message:

warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/EM.cpp

    r1559 r1583  
    21872187                AssertRC(rc); 
    21882188 
    2189                 if (uErrorCode != ~0) 
     2189                if (uErrorCode != (uint32_t)~0) 
    21902190                    enmError = TRPM_TRAP_HAS_ERRORCODE; 
    21912191 
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r1359 r1583  
    22812281                AssertRC(rc);   /* can't fail */ 
    22822282 
    2283                 for (int i=0;i<ELEMENTS(aOpenBsdPushCSOffset);i++) 
     2283                for (unsigned i=0;i<ELEMENTS(aOpenBsdPushCSOffset);i++) 
    22842284                { 
    22852285                    rc = CPUMR3DisasmInstrCPU(pVM, pCtx, pHandler - aOpenBsdPushCSOffset[i], &cpu, NULL); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy