Changeset 52660 in vbox
- Timestamp:
- Sep 9, 2014 5:32:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r52080 r52660 280 280 /* The following condition should be removed when IEM_IMPLEMENTS_TASKSWITCH becomes true. */ 281 281 if (rc == VERR_IEM_ASPECT_NOT_IMPLEMENTED) 282 /** @todo this DOES NOT WORK for asynchronous events (external interrupt)*/283 282 rc = emR3ExecuteInstruction(pVM, pVCpu, "EVENT: "); 284 283 #else
Note:
See TracChangeset
for help on using the changeset viewer.