]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
target/mips: Fix the title of translate.c
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 22 Oct 2018 11:09:35 +0000 (13:09 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 24 Oct 2018 13:20:31 +0000 (15:20 +0200)
Replace MIPS32 with MIPS, since the file covers all generations
of MIPS architectures.

Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c

index 6c50485ec94aa37837a5bb17e49c5f40bb0c70c4..fa29c1e7eeae66fe9ae5b07eaa06b7c7670cd8de 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  MIPS32 emulation for qemu: main translation routines.
+ *  MIPS emulation for QEMU - main translation routines
  *
  *  Copyright (c) 2004-2005 Jocelyn Mayer
  *  Copyright (c) 2006 Marius Groeger (FPU operations)