]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr
authorEmilio G. Cota <cota@braap.org>
Thu, 27 Apr 2017 03:29:21 +0000 (23:29 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 5 Jun 2017 16:25:42 +0000 (09:25 -0700)
commit1ebb1af1b8068fca36f48f738eb7146ecdf03625
tree535460a840ac6227664bc438ac50c5bef4728b35
parent8a6b28c7b5104263344508df0f4bce97f22cfcaf
target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr

This helper will be used by subsequent changes.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1493263764-18657-9-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/i386/translate.c