mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 14:58:34 +02:00
* go32.map_device_in_memory_block result checking made consistent with all the
other functions in the go32 unit git-svn-id: trunk@25787 -
This commit is contained in:
parent
59f441269e
commit
3fb87cb529
@ -1156,9 +1156,8 @@ interface
|
|||||||
movl $0x0508,%eax
|
movl $0x0508,%eax
|
||||||
int $0x31
|
int $0x31
|
||||||
pushf
|
pushf
|
||||||
setnc %al
|
|
||||||
movb %al,__RESULT
|
|
||||||
call test_int31
|
call test_int31
|
||||||
|
movb %al,__RESULT
|
||||||
popl %esi
|
popl %esi
|
||||||
popl %edi
|
popl %edi
|
||||||
popl %ebx
|
popl %ebx
|
||||||
|
Loading…
Reference in New Issue
Block a user