target/i386: introduce x86_ld*_code
commite3af7c788b73a6495eb9d94992ef11f6ad6f3c56
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 26 Apr 2017 11:59:34 +0000 (26 13:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Oct 2017 16:03:53 +0000 (16 18:03 +0200)
treec448156cb1d6dfdab6751944a1b524fb565729b3
parent6a24f34e5c0bf83c5a31015242c94185c95c2554
target/i386: introduce x86_ld*_code

These take care of advancing s->pc, and will provide a unified point
where to check for the 15-byte instruction length limit.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/translate.c