patch-2.0.30 linux/arch/i386/kernel/vm86.c
Next file: linux/arch/i386/lib/semaphore.S
Previous file: linux/arch/i386/kernel/ldt.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Feb 25 12:22:17 1997
- Orig file:
v2.0.29/linux/arch/i386/kernel/vm86.c
- Orig date:
Wed Dec 11 06:41:01 1996
diff -u --recursive --new-file v2.0.29/linux/arch/i386/kernel/vm86.c linux/arch/i386/kernel/vm86.c
@@ -397,10 +397,10 @@
if ( (trapno==3) || (trapno==1) )
return_to_32bit(regs, VM86_TRAP + (trapno << 8));
do_int(regs, trapno, (unsigned char *) (regs->ss << 4), SP(regs));
- return 1;
+ return 0;
}
if (trapno !=1)
- return 0; /* we let this handle by the calling routine */
+ return 1; /* we let this handle by the calling routine */
if (current->flags & PF_PTRACED)
current->blocked &= ~(1 << (SIGTRAP-1));
send_sig(SIGTRAP, current, 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov