set_jmp structure wrapper fixed; -- noch

This commit is contained in:
norayr 2015-05-20 15:38:57 +04:00
parent 337f7d754a
commit 8e31893ecb
9 changed files with 80 additions and 96 deletions

View file

@ -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 *)