Changeset 18876 in vbox
- Timestamp:
- Apr 14, 2009 8:11:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r18770 r18876 468 468 469 469 int rc = CPUMHandleLazyFPU(pVM, VMMGetCpu(pVM)); 470 rc = trpmGCExitTrap(pVM, rc, pRegFrame); 470 471 Log6(("TRPMGC07: %Rrc (%04x:%08x)\n", rc, pRegFrame->cs, pRegFrame->eip)); 471 return rc; /** @todo call trpmGCExitTrap! (after 2.2.0) */472 return rc; 472 473 } 473 474
Note:
See TracChangeset
for help on using the changeset viewer.