mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:09:35 +01:00
* comment about FileOpen return value modified
git-svn-id: trunk@3881 -
This commit is contained in:
parent
6263aefef5
commit
32774f91ed
@ -409,8 +409,8 @@ asm
|
||||
@FOpen1:
|
||||
mov eax, 7F2Bh
|
||||
call syscall
|
||||
(* syscall __open() returns -1 in case of error, i.e. exactly what we need *)
|
||||
pop ebx
|
||||
//check me, should return feInvalidHandle(=-1) if fail, other negative returned value are no more errors
|
||||
end {['eax', 'ebx', 'ecx', 'edx']};
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user