Deleted Added
full compact
svr4_locore.s (56042) svr4_locore.s (60302)
1#include "svr4_assym.h" /* system definitions */
2#include <machine/asmacros.h> /* miscellaneous asm macros */
3
4#include <svr4/svr4_syscall.h> /* system call numbers */
5
1#include "svr4_assym.h" /* system definitions */
2#include <machine/asmacros.h> /* miscellaneous asm macros */
3
4#include <svr4/svr4_syscall.h> /* system call numbers */
5
6/* $FreeBSD: head/sys/i386/svr4/svr4_locore.s 56042 2000-01-15 15:23:14Z newton $ */
6/* $FreeBSD: head/sys/i386/svr4/svr4_locore.s 60302 2000-05-10 01:21:15Z obrien $ */
7
8NON_GPROF_ENTRY(svr4_sigcode)
7
8NON_GPROF_ENTRY(svr4_sigcode)
9 call SVR4_SIGF_HANDLER(%esp)
9 call *SVR4_SIGF_HANDLER(%esp)
10 leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
11 # copy at SIGF_UCP(%esp))
12#ifdef VM86
13#warning "VM86 doesn't work yet - do you really want this?"
14 testl $PSL_VM,SVR4_UC_EFLAGS(%eax)
15 jnz 1f
16#endif
17 movl SVR4_UC_GS(%eax),%gs

--- 16 unchanged lines hidden ---
10 leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the
11 # copy at SIGF_UCP(%esp))
12#ifdef VM86
13#warning "VM86 doesn't work yet - do you really want this?"
14 testl $PSL_VM,SVR4_UC_EFLAGS(%eax)
15 jnz 1f
16#endif
17 movl SVR4_UC_GS(%eax),%gs

--- 16 unchanged lines hidden ---