From 855cea8c9273b01acc0975df2f27e2f33357a6bc Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 8 Nov 2007 16:44:01 +0000 Subject: Formatting fix. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3554 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') diff --git a/target-mips/translate.c b/target-mips/translate.c index ce0b4dcfe8..9ec28eaccc 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -2523,7 +2523,7 @@ static void gen_mtc0 (CPUState *env, DisasContext *ctx, int reg, int sel) case 0: switch (sel) { case 0: - gen_op_mtc0_index(); + gen_op_mtc0_index(); rn = "Index"; break; case 1: -- cgit v1.2.3