mirror of https://gitee.com/openkylin/qemu.git
target-mips: unmatched brackets in if 0
Fix unmatched braket in commented out code Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5d024825be
commit
58caed6dda
|
@ -195,7 +195,6 @@ static int get_physical_address (CPUState *env, target_ulong *physical,
|
|||
#if 0
|
||||
qemu_log(TARGET_FMT_lx " %d %d => " TARGET_FMT_lx " %d (%d)\n",
|
||||
address, rw, access_type, *physical, *prot, ret);
|
||||
}
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue