summaryrefslogtreecommitdiff
path: root/target-mips/helper.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2009-09-30 19:44:26 +0200
committerBlue Swirl <blauwirbel@gmail.com>2009-09-30 18:45:50 +0000
commit58caed6dda60817e2067a0e312b4a6d8524c2b6b (patch)
tree61088c37a2bb30f7667a7ac5e26b9ed70dab98e5 /target-mips/helper.c
parent5d024825be86255d4bf99f9f8004b7b21493147f (diff)
downloadqemu-58caed6dda60817e2067a0e312b4a6d8524c2b6b.tar.gz
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>
Diffstat (limited to 'target-mips/helper.c')
-rw-r--r--target-mips/helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/helper.c b/target-mips/helper.c
index 736902576b..7f659ae6bc 100644
--- a/target-mips/helper.c
+++ b/target-mips/helper.c
@@ -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;