Changeset 22949 in vbox for trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
- Timestamp:
- Sep 11, 2009 10:14:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
r14515 r22949 28 28 29 29 BEGINCODE 30 align 1631 30 32 31 ;; … … 37 36 ; @param RSP msc:r8 gcc:rdx The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64) 38 37 ;DECLASM(void) trpmR0DispatchHostInterrupt(RTR0UINTPTR uIP, RTSEL SelCS, RTR0UINTPTR RSP); 38 ALIGNCODE(16) 39 39 BEGINPROC trpmR0DispatchHostInterrupt 40 40 push xBP … … 125 125 ; 126 126 ;DECLASM(void) trpmR0DispatchHostInterruptSimple(RTUINT uActiveVector); 127 ALIGNCODE(16) 127 128 BEGINPROC trpmR0DispatchHostInterruptSimple 128 129 %ifdef RT_ARCH_X86 … … 138 139 %endif 139 140 141 ALIGNCODE(4) 140 142 .jmp_table: 141 143 %assign i 0
Note:
See TracChangeset
for help on using the changeset viewer.