VirtualBox

Ignore:
Timestamp:
Sep 11, 2009 10:14:48 AM (15 years ago)
Author:
vboxsync
Message:

TRPMR0A.asm: Align the trpmR0DispatchHostInterruptSimple code better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm

    r14515 r22949  
    2828
    2929BEGINCODE
    30     align 16
    3130
    3231;;
     
    3736; @param   RSP                   msc:r8   gcc:rdx  The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64)
    3837;DECLASM(void) trpmR0DispatchHostInterrupt(RTR0UINTPTR uIP, RTSEL SelCS, RTR0UINTPTR RSP);
     38ALIGNCODE(16)
    3939BEGINPROC trpmR0DispatchHostInterrupt
    4040    push    xBP
     
    125125;
    126126;DECLASM(void) trpmR0DispatchHostInterruptSimple(RTUINT uActiveVector);
     127ALIGNCODE(16)
    127128BEGINPROC trpmR0DispatchHostInterruptSimple
    128129%ifdef RT_ARCH_X86
     
    138139%endif
    139140
     141ALIGNCODE(4)
    140142.jmp_table:
    141143%assign i 0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette