jmp_buf
Record type to store processor information.
Declaration
Source position: setjumph.inc line 17
Type
jmp\_buf = packed record
public
ebx : LongInt;
esi : LongInt;
edi : LongInt;
bp : Pointer;
sp : Pointer;
pc : Pointer;
end
See also
Name | Description |
---|---|
LongInt | A signed 32-bits integer |
LongInt | A signed 32-bits integer |
LongInt | A signed 32-bits integer |
longjmp | Jump to address. |
setjmp | Save current execution point. |