Changeset 42451 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 30, 2012 3:14:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r40442 r42451 48 48 * 49 49 * This macro shall only be used with the IOM APIs where it's mentioned 50 * in the return value description. And there ismust be used to correctly51 * determine if the call succeeded and things like the EIP needs updating.50 * in the return value description. And there it must be used to correctly 51 * determine if the call succeeded and things like the RIP needs updating. 52 52 * 53 53 * 54 54 * @returns Success indicator (true/false). 55 55 * 56 * @param rc The status code. This may be evaluated56 * @param rc The status code. This may be evaluated 57 57 * more than once! 58 58 * … … 62 62 * However, for efficieny we ASSUME that the 63 63 * VINF_EM_LAST is smaller than most of the relevant 64 * status codes. We also ASSUME that the64 * status codes. We also ASSUME that the 65 65 * VINF_EM_RESCHEDULE_REM status code is the most 66 66 * frequent status code we'll enounter in this range. … … 68 68 * @todo Will have to add VINF_EM_DBG_HYPER_BREAKPOINT if the 69 69 * I/O port and MMIO breakpoints should trigger before 70 * the I/O is done. Currently, we don't implement these70 * the I/O is done. Currently, we don't implement these 71 71 * kind of breakpoints. 72 72 */
Note:
See TracChangeset
for help on using the changeset viewer.