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:
Michael S. Tsirkin 2009-09-30 19:44:26 +02:00 committed by Blue Swirl
parent 5d024825be
commit 58caed6dda
1 changed files with 0 additions and 1 deletions

View File

@ -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;