Changeset 4829 in vbox for trunk/include/VBox/trpm.h
- Timestamp:
- Sep 15, 2007 9:55:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/trpm.h
r4071 r4829 463 463 TRPMR0DECL(void) TRPMR0DispatchHostInterrupt(PVM pVM); 464 464 465 # ifndef VBOX_WITHOUT_IDT_PATCHING466 467 465 /** 468 466 * Changes the VMMR0Entry() call frame and stack used by the IDT patch code … … 475 473 TRPMR0DECL(void) TRPMR0SetupInterruptDispatcherFrame(PVM pVM, void *pvRet); 476 474 477 # endif /* !VBOX_WITHOUT_IDT_PATCHING */478 479 475 /** @} */ 480 476 #endif
Note:
See TracChangeset
for help on using the changeset viewer.