mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 23:49:05 +02:00
* jmp_buf.bp and .sp changed to word, because pointer will become 32-bit in far data memory models
git-svn-id: trunk@24875 -
This commit is contained in:
parent
baa4d39ea3
commit
8392c492cc
@ -16,7 +16,8 @@
|
|||||||
Type
|
Type
|
||||||
jmp_buf = packed record
|
jmp_buf = packed record
|
||||||
// bx,si,di: Word;
|
// bx,si,di: Word;
|
||||||
bp,sp,pc: Pointer;
|
bp,sp: Word;
|
||||||
|
pc: Pointer;
|
||||||
end;
|
end;
|
||||||
PJmp_buf = ^jmp_buf;
|
PJmp_buf = ^jmp_buf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user