VirtualBox

Changeset 25566 in vbox for trunk/include/iprt/nocrt


Ignore:
Timestamp:
Dec 22, 2009 2:05:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56243
Message:

iprt/setjmp.asm/h: windows port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/setjmp.h

    r20374 r25566  
    3636
    3737#ifdef RT_ARCH_AMD64
     38# ifdef RT_OS_WINDOWS /* Also saves rsi, rdi and xmm6-xmm15. */
     39typedef uint64_t RT_NOCRT(jmp_buf)[10 + (2*10)];
     40# else
    3841typedef uint64_t RT_NOCRT(jmp_buf)[8];
     42# endif
    3943#else
    4044typedef uint32_t RT_NOCRT(jmp_buf)[6+2];
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