VirtualBox

Ignore:
Timestamp:
Oct 28, 2018 5:00:27 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: Make Watcom C an alterntive for compiling the OS/2 kernel code (GA mainly), governed by VBOX_USE_WATCOM_FOR_OS2.

File:
1 edited

Legend:

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

    r69111 r75129  
    3030
    3131;;
    32 ; @param    pvDst   gcc: rdi  msc: rcx  x86:[esp+4]
    33 ; @param    cb      gcc: rsi  msc: rdx  x86:[esp+8]
     32; @param    pvDst   gcc: rdi  msc: rcx  x86:[esp+4]  wcall:eax
     33; @param    cb      gcc: rsi  msc: rdx  x86:[esp+8]  wcall:edx
    3434RT_NOCRT_BEGINPROC bzero
    3535%ifdef RT_OS_DARWIN
     
    7171        push    edi
    7272
     73 %ifdef ASM_CALL32_WATCOM
     74        mov     ecx, edx
     75        mov     edi, eax
     76 %else
    7377        mov     ecx, [ebp + 0ch]
    7478        mov     edi, [ebp + 08h]
     79 %endif
    7580        xor     eax, eax
    7681
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