]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Oct 2018 16:05:30 +0000 (09:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 19 Oct 2018 01:58:10 +0000 (18:58 -0700)
commitd7f425fdea991f052241c6479acd9feae834063b
tree02fecbecf11af94168af50acfd5ece68cb4abd54
parent77f7c747193662edfadeeb3118d63eed0eac51a6
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion

Rather than test NOCHAIN before linking, do not emit the
goto_tb opcode at all.  We already do this for goto_ptr.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
tcg/tcg-op.c