mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +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
|
||||
jmp_buf = packed record
|
||||
// bx,si,di: Word;
|
||||
bp,sp,pc: Pointer;
|
||||
bp,sp: Word;
|
||||
pc: Pointer;
|
||||
end;
|
||||
PJmp_buf = ^jmp_buf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user