Skip to content
Snippets Groups Projects
Commit 1d6b114f authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: x86 emulator: do not munge rep prefix


Currently we store a rep prefix as 1 or 2 depending on whether it is a REPE or
REPNE.  Since sse instructions depend on the prefix value, store it as the
original opcode to simplify things further on.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent cef4dea0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment