VirtualBox

Changeset 59529 in vbox for trunk/include


Ignore:
Timestamp:
Jan 31, 2016 11:55:36 AM (9 years ago)
Author:
vboxsync
Message:

iprt/asm-amd64-x86-watcom-32.h: Fixed ASMReadTscWithAux bug.

File:
1 edited

Legend:

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

    r58749 r59529  
    196196#pragma aux ASMReadTscWithAux = \
    197197    0x0f 0x01 0xf9 \
    198     parm [ecx] \
     198    "mov [ebx], ecx" \
     199    parm [ebx] \
    199200    value [eax edx] \
    200     modify exact [eax edx];
     201    modify exact [eax edx ecx];
    201202
    202203/* ASMCpuId: Implemented externally, too many parameters. */
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