diff options
| author | Sergey Fedorov <serge.fdrv@gmail.com> | 2016-04-21 15:58:23 +0300 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2016-05-12 14:06:42 -1000 |
| commit | 819af24b9c1e95e6576f1cefd32f4d6bf56dfa56 (patch) | |
| tree | 6088ddcf98e9610d4ac78ba8691b872d7cb762fc /cpu-exec-common.c | |
| parent | 7687bf52e5dc39215cde723bb2afb7c53b8bd842 (diff) | |
| download | focaccia-qemu-819af24b9c1e95e6576f1cefd32f4d6bf56dfa56.tar.gz focaccia-qemu-819af24b9c1e95e6576f1cefd32f4d6bf56dfa56.zip | |
tcg: Clean up from 'next_tb'
The value returned from tcg_qemu_tb_exec() is the value passed to the corresponding tcg_gen_exit_tb() at translation time of the last TB attempted to execute. It is a little confusing to store it in a variable named 'next_tb'. In fact, it is a combination of 4-byte aligned pointer and additional information in its two least significant bits. Break it down right away into two variables named 'last_tb' and 'tb_exit' which are a pointer to the last TB attempted to execute and the TB exit reason, correspondingly. This simplifies the code and improves its readability. Correct a misleading documentation comment for tcg_qemu_tb_exec() and fix logging in cpu_tb_exec(). Also rename a misleading 'next_tb' in another couple of places. Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com> Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'cpu-exec-common.c')
0 files changed, 0 insertions, 0 deletions