mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:39:26 +02:00
* Enormous bug in mouse fix fixed
This commit is contained in:
parent
724dc1b0df
commit
3a5a62b567
@ -455,7 +455,7 @@ interrupts_already_disabled:
|
|||||||
movw ___djgpp_base_address+2, %cx
|
movw ___djgpp_base_address+2, %cx
|
||||||
int $0x31
|
int $0x31
|
||||||
|
|
||||||
movl %eax,___sbrk_interrupt_state /* restore interrupts */
|
movl ___sbrk_interrupt_state,%eax /* restore interrupts */
|
||||||
testb %al,%al
|
testb %al,%al
|
||||||
je do_not_enable
|
je do_not_enable
|
||||||
movw $0x0901,%eax
|
movw $0x0901,%eax
|
||||||
@ -916,7 +916,10 @@ ___PROXY_LEN:
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.10 2000-02-23 12:46:11 jonas
|
Revision 1.11 2000-02-27 11:21:17 pierre
|
||||||
|
* Enormous bug in mouse fix fixed
|
||||||
|
|
||||||
|
Revision 1.10 2000/02/23 12:46:11 jonas
|
||||||
* restored my fix (CVS screwed up the previous versinos because of wrong line
|
* restored my fix (CVS screwed up the previous versinos because of wrong line
|
||||||
breaks)
|
breaks)
|
||||||
|
|
||||||
@ -959,4 +962,4 @@ ___PROXY_LEN:
|
|||||||
* go32v1, go32v2 recompiles with the new objects
|
* go32v1, go32v2 recompiles with the new objects
|
||||||
* remake3 works again with go32v2
|
* remake3 works again with go32v2
|
||||||
- removed some "optimizes" from daniel which were wrong
|
- removed some "optimizes" from daniel which were wrong
|
||||||
*/
|
*/
|
Loading…
Reference in New Issue
Block a user