Include #warning about unconditionalizing VM86, which isn't supposed to work

in the svr4 emulator yet.
This commit is contained in:
Mark Newton 2000-01-15 15:23:14 +00:00
parent 3a2a9f7976
commit bbe23e1d7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56042

View file

@ -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