VirtualBox

Changeset 62065 in vbox for trunk


Ignore:
Timestamp:
Jul 6, 2016 3:17:05 PM (9 years ago)
Author:
vboxsync
Message:

cpumctx-v1_6.h: macro name fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx-v1_6.h

    r58106 r62065  
    9393        uint32_t        edi;
    9494        uint64_t        rdi;
    95     } CPUM_UNION_NAME(rdi);
     95    } CPUM_UNION_NM(rdi);
    9696    union
    9797    {
    9898        uint32_t        esi;
    9999        uint64_t        rsi;
    100     } CPUM_UNION_NAME(rsi);
     100    } CPUM_UNION_NM(rsi);
    101101    union
    102102    {
    103103        uint32_t        ebp;
    104104        uint64_t        rbp;
    105     } CPUM_UNION_NAME(rbp);
     105    } CPUM_UNION_NM(rbp);
    106106    union
    107107    {
    108108        uint32_t        eax;
    109109        uint64_t        rax;
    110     } CPUM_UNION_NAME(rax);
     110    } CPUM_UNION_NM(rax);
    111111    union
    112112    {
    113113        uint32_t        ebx;
    114114        uint64_t        rbx;
    115     } CPUM_UNION_NAME(rbx);
     115    } CPUM_UNION_NM(rbx);
    116116    union
    117117    {
    118118        uint32_t        edx;
    119119        uint64_t        rdx;
    120     } CPUM_UNION_NAME(rdx);
     120    } CPUM_UNION_NM(rdx);
    121121    union
    122122    {
    123123        uint32_t        ecx;
    124124        uint64_t        rcx;
    125     } CPUM_UNION_NAME(rcx);
     125    } CPUM_UNION_NM(rcx);
    126126    /** @note We rely on the exact layout, because we use lss esp, [] in the
    127127     *        switcher. */
     
    147147        X86EFLAGS       eflags;
    148148        X86RFLAGS       rflags;
    149     } CPUM_UNION_NAME(rflags);
     149    } CPUM_UNION_NM(rflags);
    150150    union
    151151    {
    152152        uint32_t        eip;
    153153        uint64_t        rip;
    154     } CPUM_UNION_NAME(rip);
     154    } CPUM_UNION_NM(rip);
    155155
    156156    uint64_t            r8;
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