KVM: emulator: string_addr_inc() cleanup
authorGleb Natapov <gleb@redhat.com>
Mon, 3 Sep 2012 12:24:28 +0000 (15:24 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 6 Sep 2012 15:07:01 +0000 (18:07 +0300)
commitf3bd64c68a8f1245e3d037f70c6936cd7bb1196b
treefafa87b2442c51a422c2cbc153545b798105af13
parent9d1b39a967871b7c69025dba7b7bdaee42871021
KVM: emulator: string_addr_inc() cleanup

Remove unneeded segment argument. Address structure already has correct
segment which was put there during decode.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c