summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>2000-01-15 15:23:14 +0000
committernewton <newton@FreeBSD.org>2000-01-15 15:23:14 +0000
commit164674f31b90b79c19ca15d4ee3fac064d785c59 (patch)
tree2cc8987461b91fe384cf22e2f9d1c10aaf956167 /sys/i386/svr4
parente7b807d1e39b437dd36a6de181d9c2d3849a440f (diff)
downloadFreeBSD-src-164674f31b90b79c19ca15d4ee3fac064d785c59.zip
FreeBSD-src-164674f31b90b79c19ca15d4ee3fac064d785c59.tar.gz
Include #warning about unconditionalizing VM86, which isn't supposed to work
in the svr4 emulator yet.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_locore.s1
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
OpenPOWER on IntegriCloud