VirtualBox

Changeset 29270 in vbox


Ignore:
Timestamp:
May 9, 2010 9:24:43 PM (15 years ago)
Author:
vboxsync
Message:

iprt/asm-amd64-x86.h: Don't allow this header to be included on other arch.

File:
1 edited

Legend:

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

    r29250 r29270  
    2828
    2929#include <iprt/types.h>
     30#if !defined(RT_ARCH_AMD64) && !defined(RT_ARCH_X86)
     31# error "Not on AMD64 or x86"
     32#endif
    3033
    3134#if defined(_MSC_VER) && RT_INLINE_ASM_USES_INTRIN
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