]> git.proxmox.com Git - mirror_qemu.git/blobdiff - arm-semi.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[mirror_qemu.git] / arm-semi.c
index 86b1e9f5780bab7bcb48b2a522a3cb367cd682de..ff7a343bc513e92dc364d8bc9bb446f666996379 100644 (file)
@@ -401,7 +401,7 @@ uint32_t do_arm_semihosting(CPUState *env)
                 }
                 ts->heap_limit = limit;
             }
-             
+
             ptr = lock_user(ARG(0), 16, 0);
             ptr[0] = tswap32(ts->heap_base);
             ptr[1] = tswap32(ts->heap_limit);