Changeset 39038 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Oct 19, 2011 2:36:27 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r39034 r39038 630 630 } 631 631 } 632 #endif633 632 return VERR_EM_INTERPRETER; 633 #endif 634 634 } 635 635 … … 699 699 } 700 700 } 701 #endif702 701 return VERR_EM_INTERPRETER; 702 #endif 703 703 } 704 704 … … 779 779 } 780 780 } 781 #endif782 781 return VERR_EM_INTERPRETER; 782 #endif 783 783 } 784 784 … … 1327 1327 #ifdef IN_RC 1328 1328 } 1329 #endif1330 1329 return VERR_EM_INTERPRETER; 1330 #endif 1331 1331 } 1332 1332 … … 2209 2209 2210 2210 AssertMsgFailedReturn(("Unexpected control register move\n"), VERR_EM_INTERPRETER); 2211 return VERR_EM_INTERPRETER;2212 2211 } 2213 2212 … … 3066 3065 #undef INTERPRET_CASE 3067 3066 } /* switch (opcode) */ 3068 AssertFailed(); 3069 return VERR_INTERNAL_ERROR; 3067 /* not reached */ 3070 3068 } 3071 3069
Note:
See TracChangeset
for help on using the changeset viewer.