Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4383 → Rev 4866

/contrib/sdk/sources/gcc_eh/config/i386/w32-unwind.h
82,8 → 82,8
Note that this implementation follows closely the same principles as the
GNU/Linux and OSF ones. */
 
#define WIN32_MEAN_AND_LEAN
#include <windows.h>
//#define WIN32_MEAN_AND_LEAN
//#include <windows.h>
/* Patterns found experimentally to be on a Windows signal handler */
 
/* In a standard exception filter */
123,6 → 123,7
_Unwind_FrameState *fs)
 
{
#if 0
void * ctx_ra_ = (void *)(context->ra); /* return address */
void * ctx_cfa_ = (void *)(context->cfa); /* context frame address */
unsigned char * pc_ = (unsigned char *) ctx_ra_;
209,4 → 210,7
}
else
return _URC_END_OF_STACK;
#endif
 
return _URC_NO_REASON;
}