diff options
| author | Sergey Fedorov | 2016-07-15 19:58:42 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2016-09-13 19:08:42 +0200 |
| commit | 4b7e69509df2fcbfdab8c62c294dbfcfdab8a6e1 (patch) | |
| tree | 25576dcec26d75ee3a618960c5c78fc108d06bea /include | |
| parent | util: fix some coding style issue (diff) | |
| download | qemu-4b7e69509df2fcbfdab8c62c294dbfcfdab8a6e1.tar.gz qemu-4b7e69509df2fcbfdab8c62c294dbfcfdab8a6e1.tar.xz qemu-4b7e69509df2fcbfdab8c62c294dbfcfdab8a6e1.zip | |
tcg: Pass last_tb by value to tb_find_fast()
This is a small clean up. tb_find_fast() is a final consumer of this
variable so no need to pass it by reference. 'last_tb' is always updated
by subsequent cpu_loop_exec_tb() in cpu_exec().
This change also simplifies calling cpu_exec_nocache() in
cpu_handle_exception().
Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Message-Id: <20160715175852.30749-3-sergey.fedorov@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
