From: Aleksandar Markovic Date: Mon, 22 Oct 2018 11:09:35 +0000 (+0200) Subject: target/mips: Fix the title of translate.c X-Git-Tag: v3.1.0-rc0~36^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab99e0e44bc7b0e2e52d9083a673866b18470536;p=thirdparty%2Fqemu.git target/mips: Fix the title of translate.c Replace MIPS32 with MIPS, since the file covers all generations of MIPS architectures. Reviewed-by: Stefan Markovic Signed-off-by: Aleksandar Markovic --- diff --git a/target/mips/translate.c b/target/mips/translate.c index 6c50485ec94..fa29c1e7eea 100644 --- a/target/mips/translate.c +++ b/target/mips/translate.c @@ -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)