mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 02:50:27 +02:00
* fixed map_device_in_memory (from bug report)
This commit is contained in:
parent
9cbac389d3
commit
eefd0bc765
@ -1106,7 +1106,7 @@ end ['EAX','EDX'];
|
|||||||
asm
|
asm
|
||||||
movl device,%edx
|
movl device,%edx
|
||||||
movl handle,%esi
|
movl handle,%esi
|
||||||
xorl %ebx,%ebx
|
movl offset,%ebx
|
||||||
movl pagecount,%ecx
|
movl pagecount,%ecx
|
||||||
movl $0x0508,%eax
|
movl $0x0508,%eax
|
||||||
int $0x31
|
int $0x31
|
||||||
@ -1171,7 +1171,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2000-07-13 11:33:40 michael
|
Revision 1.3 2000-12-30 22:42:30 peter
|
||||||
|
* fixed map_device_in_memory (from bug report)
|
||||||
|
|
||||||
|
Revision 1.2 2000/07/13 11:33:40 michael
|
||||||
+ removed logs
|
+ removed logs
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user