Changeset 62420 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 22, 2016 10:58:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r62171 r62420 21 21 *******************************************************************************/ 22 22 extern const PFNIEMOP g_apfnOneByteMap[256]; /* not static since we need to forward declare it. */ 23 24 #ifdef _MSC_VER 25 # pragma warning(push) 26 # pragma warning(disable: 4702) /* Unreachable code like return in iemOp_Grp6_lldt. */ 27 #endif 23 28 24 29 … … 18078 18083 /** @} */ 18079 18084 18085 #ifdef _MSC_VER 18086 # pragma warning(pop) 18087 #endif
Note:
See TracChangeset
for help on using the changeset viewer.