seoul: avoid assertion, adhere to original vancouver version

Issue #1702
This commit is contained in:
Alexander Boettcher 2015-09-10 12:46:33 +02:00 committed by Christian Helmuth
parent e5ea76c689
commit 4da7e89d6b
1 changed files with 1 additions and 2 deletions

View File

@ -634,9 +634,8 @@ class Vcpu_dispatcher : public Vcpu_handler,
} else {
order = utcb->qual[0] & 7;
if (order > 2) order = 2;
_handle_io(utcb->qual[0] & 8, order, utcb->qual[0] >> 16);
}
_handle_io(utcb->qual[0] & 8, order, utcb->qual[0] >> 16);
}
void _vmx_ept()