VirtualBox

Changeset 11736

Show
Ignore:
Timestamp:
08/28/08 08:25:18 (3 months ago)
Author:
vboxsync
Message:

warning

Files:

Legend:

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

    r11714 r11736  
    13781378            pRegFrame->rdi += offIncrement; 
    13791379            break; 
     1380        default: 
     1381            AssertFailed(); 
     1382            return VERR_EM_INTERPRETER; 
    13801383        } 
    13811384 
     
    14271430            pRegFrame->rcx = cTransfers; 
    14281431            break; 
     1432        default: 
     1433            AssertFailed(); 
     1434            return VERR_EM_INTERPRETER; 
    14291435        } 
    14301436    } 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy