VirtualBox

Changeset 19804 in vbox


Ignore:
Timestamp:
May 19, 2009 8:36:11 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47449
Message:

VBoxRTDeps.cpp: drag in ASMAtomicReadU54 and ASMAtomicCmpXchgU64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r19555 r19804  
    3535#include <iprt/system.h>
    3636#include <iprt/assert.h>
     37#include <iprt/asm.h>
    3738#ifdef VBOX_WITH_LIBXML2_IN_VBOXRT
    3839# include <libxml/xmlmodule.h>
     
    6465    (PFNRT)RSA_generate_key,
    6566#endif
    66     (PFNRT)RTAssertShouldPanic
     67    (PFNRT)RTAssertShouldPanic,
     68    (PFNRT)ASMAtomicReadU64,
     69    (PFNRT)ASMAtomicCmpXchgU64,
     70    NULL
    6771};
    6872
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette