mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user