VirtualBox

Changeset 25565 in vbox


Ignore:
Timestamp:
Dec 22, 2009 1:21:59 PM (15 years ago)
Author:
vboxsync
Message:

iprt/setjmp.asm: todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/setjmp.asm

    r8259 r25565  
    3737BEGINPROC RT_NOCRT(setjmp)
    3838%ifdef RT_ARCH_AMD64
     39 %ifdef ASM_CALL64_MSC
     40  %error "port me"
     41 %endif
    3942        mov     rax, [rsp]
    4043        mov     [rdi + 00h], rax        ; rip
     
    4750        mov     [rdi + 30h], r12
    4851        mov     [rdi + 38h], rbx
     52        ;; @todo Must save XMM registers ... can ignore in RC/R0?
    4953%else
    5054        mov     edx, [esp + 4h]
     
    6569BEGINPROC RT_NOCRT(longjmp)
    6670%ifdef RT_ARCH_AMD64
     71 %ifdef ASM_CALL64_MSC
     72  %error "port me"
     73 %endif
    6774        mov     rbx, [rdi + 38h]
    6875        mov     r12, [rdi + 30h]
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