VirtualBox

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


Ignore:
Timestamp:
Aug 28, 2008 6:25:18 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35482
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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    }
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