- Timestamp:
- Aug 12, 2008 4:43:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r11349 r11366 703 703 switch (pCpu->pCurInstr->opcode) 704 704 { 705 /* call implies the actual push of the return address faulted */ 706 case OP_CALL: 707 Log4(("pgmPoolMonitorIsReused: CALL\n")); 708 return true; 705 709 case OP_PUSH: 706 710 Log4(("pgmPoolMonitorIsReused: PUSH\n"));
Note:
See TracChangeset
for help on using the changeset viewer.