Skip to content
Snippets Groups Projects
Commit 58caed6d authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Blue Swirl
Browse files

target-mips: unmatched brackets in if 0


Fix unmatched braket in commented out code

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 5d024825
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment