mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
fix wrong indentation
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
49a945a3c0
commit
040f2fb249
@@ -588,11 +588,9 @@ int cpu_exec(CPUState *env1)
|
||||
/* see if we can patch the calling TB. When the TB
|
||||
spans two pages, we cannot safely do a direct
|
||||
jump. */
|
||||
{
|
||||
if (next_tb != 0 && tb->page_addr[1] == -1) {
|
||||
if (next_tb != 0 && tb->page_addr[1] == -1) {
|
||||
tb_add_jump((TranslationBlock *)(next_tb & ~3), next_tb & 3, tb);
|
||||
}
|
||||
}
|
||||
spin_unlock(&tb_lock);
|
||||
env->current_tb = tb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user