projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1146a78
)
KVM: emulator: mark 0xff 0x7d opcode as undefined.
author
Gleb Natapov
<gleb@redhat.com>
Thu, 11 Apr 2013 09:32:14 +0000
(12:32 +0300)
committer
Gleb Natapov
<gleb@redhat.com>
Sun, 14 Apr 2013 06:44:17 +0000
(09:44 +0300)
Signed-off-by: Gleb Natapov <gleb@redhat.com>
arch/x86/kvm/emulate.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/emulate.c
b/arch/x86/kvm/emulate.c
index 77b56d5be3e146a5fc149971d5a57e20dfc69925..46f63b8d09f43e8887c134f61e347a2181ab3ca3 100644
(file)
--- a/
arch/x86/kvm/emulate.c
+++ b/
arch/x86/kvm/emulate.c
@@
-3723,7
+3723,7
@@
static const struct opcode group5[] = {
I(SrcMemFAddr | ImplicitOps | Stack, em_call_far),
I(SrcMem | Stack, em_grp45),
I(SrcMemFAddr | ImplicitOps, em_grp45),
- I(SrcMem | Stack, em_grp45),
N
,
+ I(SrcMem | Stack, em_grp45),
D(Undefined)
,
};
static const struct opcode group6[] = {