#include <setjmp.h>
#include <realmode.h>
Go to the source code of this file.
◆ rmsetjmp
Value:( { \
(_env)->rm_stack.segment =
rm_ss; \
(_env)->rm_stack.offset =
rm_sp; \
setjmp ( (_env)->env ); } ) \
Definition at line 17 of file rmsetjmp.h.
◆ rmlongjmp
#define rmlongjmp |
( |
|
_env, |
|
|
|
_val |
|
) |
| |
Value:do { \
rm_ss = (_env)->rm_stack.segment; \
rm_sp = (_env)->rm_stack.offset; \
longjmp ( (_env)->env, (_val) ); \
} while ( 0 )
Definition at line 22 of file rmsetjmp.h.
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ __attribute__