diff options
-rw-r--r-- | sys/i386/svr4/svr4_locore.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s index f6fb4ee..828be36 100644 --- a/sys/i386/svr4/svr4_locore.s +++ b/sys/i386/svr4/svr4_locore.s @@ -10,6 +10,7 @@ NON_GPROF_ENTRY(svr4_sigcode) leal SVR4_SIGF_UC(%esp),%eax # ucp (the call may have clobbered the # copy at SIGF_UCP(%esp)) #ifdef VM86 +#warning "VM86 doesn't work yet - do you really want this?" testl $PSL_VM,SVR4_UC_EFLAGS(%eax) jnz 1f #endif |