Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
188424ba
Commit
188424ba
authored
Apr 11, 2013
by
Gleb Natapov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KVM: emulator: mark 0xff 0x7d opcode as undefined.
Signed-off-by:
Gleb Natapov
<
gleb@redhat.com
>
parent
1146a78b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/x86/kvm/emulate.c
arch/x86/kvm/emulate.c
+1
-1
No files found.
arch/x86/kvm/emulate.c
View file @
188424ba
...
...
@@ -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
[]
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment