]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-mips/helper.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / target-mips / helper.c
index 9a503456b652f4ff17e39e0994b2efe95fcc759a..6310d68487e51b5467a40b810c21520267f0355e 100644 (file)
@@ -293,7 +293,7 @@ int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
             /* TLB match but 'D' bit is cleared */
             exception = EXCP_LTLBL;
             break;
-               
+
         }
         /* Raise exception */
         env->CP0_BadVAddr = address;