Skip to content
Commit 612e89f0 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: x86 emulator: implement ENTER



Opcode C8.

Only ENTER with lexical nesting depth 0 is implemented, since others are
very rare.  We'll fail emulation if nonzero lexical depth is used so data
is not corrupted.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 51ddff50
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment