VirtualBox

Changeset 59791 in vbox


Ignore:
Timestamp:
Feb 23, 2016 3:37:41 PM (9 years ago)
Author:
vboxsync
Message:

iprt/asm.h: fixed ASMSerializeInstructionIRef for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r59748 r59791  
    14211421 * Virtualization friendly serializing instruction, though more expensive.
    14221422 */
    1423 #if RT_INLINE_ASM_EXTERNAL || defined(_MSC_VER) /** @todo fix 32-bit inline MSC asm */
     1423#if RT_INLINE_ASM_EXTERNAL
    14241424DECLASM(void) ASMSerializeInstructionIRet(void);
    14251425#else
     
    14561456        push    cs
    14571457        push    la_ret
    1458         retd
     1458        iretd
    14591459    la_ret:
    14601460    }
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