x86: fix miss merge
authorJuan Quintela <quintela@redhat.com>
Mon, 5 Oct 2009 18:30:32 +0000 (20:30 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 19:01:16 +0000 (14:01 -0500)
commit79e680052d10d60a642b0edc0c78bf7d1ab74f48
tree4350222e35df8c596ff552748b4081724f86be22
parent0faa776ead1a5039027c5d1416a86c3358213d16
x86: fix miss merge

There was a missmerge, and then we got a tail recursive call to cpu_post_load
without case base :)

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/machine.c