mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-28 08:14:07 +02:00
From Christian Masloch:
set flags to 0x200 (IF set) when transferring to int22 termination address. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1563 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
d7be66c5ed
commit
225237e915
@ -544,6 +544,7 @@ VOID return_user(void)
|
||||
|
||||
irp->CS = FP_SEG(p->ps_isv22);
|
||||
irp->IP = FP_OFF(p->ps_isv22);
|
||||
irp->FLAGS = 0x200; /* clear trace and carry flags, set interrupt flag */
|
||||
|
||||
if (InDOS)
|
||||
--InDOS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user