VirtualBox

Changeset 65397 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 22, 2017 11:32:23 AM (8 years ago)
Author:
vboxsync
Message:

iprt/asm-amd64-x86-watcom-32.h: cpuid input argument fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-amd64-x86-watcom-32.h

    r62473 r65397  
    210210    "mov [edi], ecx" \
    211211    "mov [esi], edx" \
    212     parm [ecx] [edi] [esi] \
     212    parm [eax] [edi] [esi] \
    213213    modify exact [eax ebx ecx edx];
    214214
     
    216216#pragma aux ASMCpuId_EAX = \
    217217    "cpuid" \
    218     parm [ecx] \
     218    parm [eax] \
    219219    value [eax] \
    220220    modify exact [eax ebx ecx edx];
     
    223223#pragma aux ASMCpuId_EBX = \
    224224    "cpuid" \
    225     parm [ecx] \
     225    parm [eax] \
    226226    value [ebx] \
    227227    modify exact [eax ebx ecx edx];
     
    230230#pragma aux ASMCpuId_ECX = \
    231231    "cpuid" \
    232     parm [ecx] \
     232    parm [eax] \
    233233    value [ecx] \
    234234    modify exact [eax ebx ecx edx];
     
    237237#pragma aux ASMCpuId_EDX = \
    238238    "cpuid" \
    239     parm [ecx] \
     239    parm [eax] \
    240240    value [edx] \
    241241    modify exact [eax ebx ecx edx];
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