[CRT]: Define JBLEN and JBTYPE for ARM, based on the Windows ARM CRT source code (public).

svn path=/trunk/; revision=49729
This commit is contained in:
Sir Richard 2010-11-23 16:35:13 +00:00
parent 26d84c43e2
commit af01d7d129

View file

@ -129,6 +129,15 @@ extern "C" {
SETJMP_FLOAT128 Xmm15;
} _JUMP_BUFFER;
#elif defined(_M_ARM)
#define _JBLEN 11
#define _JBTYPE int
#else
#error Define Setjmp for this architecture!
#endif
#ifndef _JMP_BUF_DEFINED