mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
set_jmp structure wrapper fixed; -- noch
This commit is contained in:
parent
337f7d754a
commit
8e31893ecb
9 changed files with 80 additions and 96 deletions
|
|
@ -154,7 +154,8 @@ CONST
|
|||
TYPE
|
||||
JmpBuf* = RECORD
|
||||
bx*, si*, di*, bp*, sp*, pc*: LONGINT;
|
||||
maskWasSaved*, savedMask*: LONGINT;
|
||||
maskWasSaved*: LONGINT;
|
||||
savedMask*: ARRAY 32 OF LONGINT;
|
||||
END ;
|
||||
|
||||
Status* = RECORD (* struct stat *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue