Changeset 5392 in vbox
- Timestamp:
- Oct 19, 2007 4:58:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 25498
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r4977 r5392 465 465 Log4(("pgmPoolMonitorIsReused: FXSAVE\n")); 466 466 return true; 467 case OP_MOVNTI: /* solaris - block_zero_no_xmm */ 468 Log4(("pgmPoolMonitorIsReused: MOVNTI\n")); 469 return true; 470 case OP_MOVNTDQ: /* solaris - hwblkclr & hwblkpagecopy */ 471 Log4(("pgmPoolMonitorIsReused: MOVNTDQ\n")); 472 return true; 467 473 } 468 474 if ( (pCpu->param1.flags & USE_REG_GEN32) … … 703 709 if ( ( pPage->cModifications < 48 /** @todo #define */ /** @todo need to check that it's not mapping EIP. */ /** @todo adjust this! */ 704 710 || pPage->fCR3Mix) 705 && !pgmPoolMonitorIsReused(pPage, &Cpu, pvFault)711 && !pgmPoolMonitorIsReused(pPage, &Cpu, pvFault) 706 712 && !pgmPoolMonitorIsForking(pPool, &Cpu, GCPhysFault & PAGE_OFFSET_MASK)) 707 713 {
Note:
See TracChangeset
for help on using the changeset viewer.