Changeset 62639 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 28, 2016 8:36:52 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r62637 r62639 82 82 //#define IEM_LOG_MEMORY_WRITES 83 83 #define IEM_IMPLEMENTS_TASKSWITCH 84 85 /* Disabled warning C4505: 'iemRaisePageFaultJmp' : unreferenced local function has been removed */ 86 #ifdef _MSC_VER 87 # pragma warning(disable:4505) 88 #endif 84 89 85 90 … … 13636 13641 * POP SS and MOV SS,GR. 13637 13642 */ 13638 #ifdef __GNUC__ 13639 DECLINLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit) 13640 #else 13641 DECL_FORCE_INLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit) 13642 #endif 13643 DECLINLINE(VBOXSTRICTRC) iemExecOneInner(PVMCPU pVCpu, bool fExecuteInhibit) 13643 13644 { 13644 13645 #ifdef IEM_WITH_SETJMP -
trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp
r62478 r62639 1124 1124 { 1125 1125 int32_t delta = pVM->patm.s.pPatchMemGC - patmInfo.pPatchMemGC; 1126 RT_NOREF1(offset); 1126 1127 1127 1128 switch (pRec->uType)
Note:
See TracChangeset
for help on using the changeset viewer.