VirtualBox

Ignore:
Timestamp:
Aug 20, 2022 2:28:31 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/nocrt: x86 stack support routines. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/compiler/vcc/stacksup-vcc.cpp

    r95870 r96370  
    123123
    124124
     125#ifdef RT_ARCH_X86
     126DECLASM(void) _RTC_CheckEspFailed(uintptr_t uEip, uintptr_t uEsp, uintptr_t uEbp)
     127{
     128    RTAssertMsg2("\n\n!!ESP check failed!!\n\n"
     129                 "eip=%p esp=%p ebp=%p\n",
     130                 uEip, uEsp, uEbp);
     131    RT_BREAKPOINT();
     132}
     133#endif
     134
     135
    125136extern "C" void __cdecl _RTC_UninitUse(const char *pszVar)
    126137{
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