VM86_STI
save_v86_state(regs, VM86_STI);
} else if (VM86_TYPE(ret) == VM86_STI) {
do_test(&v86, vmcode_sti - vmcode, VM86_STI, 0, "STI with VIP set");
do_test(&v86, vmcode_popf_hlt - vmcode, VM86_STI, 0, "POPF with VIP and IF set");