* fixed map_device_in_memory (from bug report)

This commit is contained in:
peter 2000-12-30 22:42:30 +00:00
parent 9cbac389d3
commit eefd0bc765

View File

@ -1106,7 +1106,7 @@ end ['EAX','EDX'];
asm
movl device,%edx
movl handle,%esi
xorl %ebx,%ebx
movl offset,%ebx
movl pagecount,%ecx
movl $0x0508,%eax
int $0x31
@ -1171,7 +1171,10 @@ end.
{
$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
}