Skip to content

Commit

Permalink
KVM: x86 emulator: reserve group code 0
Browse files Browse the repository at this point in the history
We'll be using that to distinguish between new-style and old-style groups.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 42a1c52 commit 793d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/emulate.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
#define X16(x) X8(x), X8(x)

enum {
Group1, Group1A, Group3, Group4, Group5, Group7, Group8, Group9,
NoGrp, Group1, Group1A, Group3, Group4, Group5, Group7, Group8, Group9,
};

struct opcode {
Expand Down

0 comments on commit 793d5a8

Please sign in to comment.