diff options
| author | Emilio G. Cota | 2016-04-22 02:01:53 +0200 |
|---|---|---|
| committer | Richard Henderson | 2016-05-13 02:06:41 +0200 |
| commit | 835154b6e2200460f04719d0028716a37c178368 (patch) | |
| tree | 272bab6441f14dd97b60d670eb49e51f57ec5384 /include/exec | |
| parent | tcg: Note requirement on atomic direct jump patching (diff) | |
| download | qemu-835154b6e2200460f04719d0028716a37c178368.tar.gz qemu-835154b6e2200460f04719d0028716a37c178368.tar.xz qemu-835154b6e2200460f04719d0028716a37c178368.zip | |
translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size
The setting of tcg_ctx.code_gen_buffer_size is done by the only caller of
size_code_gen_buffer(), which is code_gen_alloc():
$ git grep size_code_gen_buffer
translate-all.c:static inline size_t size_code_gen_buffer(size_t tb_size)
translate-all.c: tcg_ctx.code_gen_buffer_size = size_code_gen_buffer(tb_size);
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <1461283314-2353-1-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
