VirtualBox

Changeset 59845 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 26, 2016 11:09:45 AM (9 years ago)
Author:
vboxsync
Message:

tstX86-1A.asm: fix gcc asan error ('member access within misaligned address 0x000000609f8c for type 'const struct TRAPINFO', which requires 8 byte alignment')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstX86-1A.asm

    r56287 r59845  
    241241        jmp     .return
    242242BEGINDATA
     243        align   8
    243244%%trapinfo: istruc TRAPINFO
    244245        at TRAPINFO.uTrapPC,    RTCCPTR_DEF     %%trap
     
    290291        jmp     .return
    291292BEGINDATA
     293        align   8
    292294%%trapinfo: istruc TRAPINFO
    293295        at TRAPINFO.uTrapPC,    RTCCPTR_DEF     %%trap
     
    26222624        jmp     .return
    26232625BEGINDATA
     2626        align   8
    26242627%%trapinfo: istruc TRAPINFO
    26252628        at TRAPINFO.uTrapPC,    RTCCPTR_DEF     %%trap
     
    27472750        jmp     .return
    27482751BEGINDATA
     2752        align   8
    27492753%%trapinfo: istruc TRAPINFO
    27502754        at TRAPINFO.uTrapPC,    RTCCPTR_DEF     %%trap
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