diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-08 16:44:01 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-08 16:44:01 +0000 |
commit | 855cea8c9273b01acc0975df2f27e2f33357a6bc (patch) | |
tree | 576a0f13dc84f24bbc74c70b351ee1945800fc7d /target-mips | |
parent | 0ab5ec319ab735ae4dbccf2f7134d160eae96933 (diff) |
Formatting fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3554 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |