mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +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
|
||||
int $0x31
|
||||
|
||||
movl %eax,___sbrk_interrupt_state /* restore interrupts */
|
||||
movl ___sbrk_interrupt_state,%eax /* restore interrupts */
|
||||
testb %al,%al
|
||||
je do_not_enable
|
||||
movw $0x0901,%eax
|
||||
@ -916,7 +916,10 @@ ___PROXY_LEN:
|
||||
|
||||
/*
|
||||
$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
|
||||
breaks)
|
||||
|
||||
@ -959,4 +962,4 @@ ___PROXY_LEN:
|
||||
* go32v1, go32v2 recompiles with the new objects
|
||||
* remake3 works again with go32v2
|
||||
- removed some "optimizes" from daniel which were wrong
|
||||
*/
|
||||
*/
|
Loading…
Reference in New Issue
Block a user