Skip to content

Commit

Permalink
KVM: x86 emulator: unify four switch statements into two
Browse files Browse the repository at this point in the history
Unify the special instruction switch with the regular instruction switch,
and the two byte special instruction switch with the regular two byte
instruction switch.  That makes it much easier to find an instruction or
the place an instruction needs to be added in.

Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 111de5d commit 018a98d
Showing 1 changed file with 168 additions and 174 deletions.
Loading

0 comments on commit 018a98d

Please sign in to comment.