]> Git Repo - qemu.git/blobdiff - target/cris/translate_v10.inc.c
avoid TABs in files that only contain a few
[qemu.git] / target / cris / translate_v10.inc.c
index fce78825cc51a8e77a849fd805354a29dd1a25b4..a87b8bb2813b6e3ad600a4f31e37b80eaf3280d4 100644 (file)
@@ -384,7 +384,7 @@ static unsigned int dec10_setclrf(DisasContext *dc)
 }
 
 static inline void dec10_reg_prep_sext(DisasContext *dc, int size, int sext,
-                                      TCGv dd, TCGv ds, TCGv sd, TCGv ss)
+                                       TCGv dd, TCGv ds, TCGv sd, TCGv ss)
 {
     if (sext) {
         t_gen_sext(dd, sd, size);
This page took 0.023864 seconds and 4 git commands to generate.