VirtualBox

Ignore:
Timestamp:
Jul 17, 2007 12:39:30 PM (17 years ago)
Author:
vboxsync
Message:

RT_OS_* and RT_ARCH_* for Runtime/ and Support/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/string/memchr.asm

    r2988 r3672  
    3030BEGINPROC RT_NOCRT(memchr)
    3131        cld
    32 %ifdef __AMD64__
     32%ifdef RT_ARCH_AMD64
    3333 %ifdef ASM_CALL64_MSC
    3434        or      r8, r8
     
    6363        mov     rdi, r9
    6464%endif
    65 %ifdef __X86__
     65%ifdef RT_ARCH_X86
    6666        mov     edi, edx
    6767%endif
     
    7272        mov     rdi, r9
    7373%endif
    74 %ifdef __X86__
     74%ifdef RT_ARCH_X86
    7575        mov     edi, edx
    7676%endif
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