- Timestamp:
- May 21, 2008 12:10:21 PM (17 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r8160 r9013 930 930 * 931 931 */ 932 CPUMGCDECL(void) CPUMGCCallGuestTrapHandler(PCPUMCTXCORE pRegFrame, uint32_t selCS, RTGCPTR pHandler, uint32_t eflags, uint32_t selSS, RTGCPTR pEsp);932 DECLASM(void) CPUMGCCallGuestTrapHandler(PCPUMCTXCORE pRegFrame, uint32_t selCS, RTGCPTR pHandler, uint32_t eflags, uint32_t selSS, RTGCPTR pEsp); 933 933 934 934 /** -
trunk/include/VBox/trpm.h
r8993 r9013 235 235 * @param enmError TRPM_TRAP_HAS_ERRORCODE or TRPM_TRAP_NO_ERRORCODE. 236 236 * @param enmType TRPM event type 237 * @param iOrgTrap Original trap. 237 238 * @internal 238 239 */
Note:
See TracChangeset
for help on using the changeset viewer.