- Timestamp:
- Mar 1, 2007 12:36:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r1126 r1127 1327 1327 static int emInterpretIret(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize) 1328 1328 { 1329 return EMInterpretIret(pVM, pRegFrame); 1329 /* only allow direct calls to EMInterpretIret for now */ 1330 return VERR_EM_INTERPRETER; 1330 1331 } 1331 1332
Note:
See TracChangeset
for help on using the changeset viewer.