[Qemu-devel] [PATCH 1/2] target/mips: Fix the title of translate.c

Aleksandar Markovic posted 2 patches 7 years ago
[Qemu-devel] [PATCH 1/2] target/mips: Fix the title of translate.c
Posted by Aleksandar Markovic 7 years ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Replace MIPS32 with MIPS, since the file covers all generations
of MIPS architectures.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
---
 target/mips/translate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/mips/translate.c b/target/mips/translate.c
index 74ef160..1afb105 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)
-- 
2.7.4


Re: [Qemu-devel] [PATCH 1/2] target/mips: Fix the title of translate.c
Posted by Stefan Markovic 7 years ago
On 22.10.18. 13:57, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Replace MIPS32 with MIPS, since the file covers all generations
> of MIPS architectures.
>
> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
> ---
>   target/mips/translate.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>


> diff --git a/target/mips/translate.c b/target/mips/translate.c
> index 74ef160..1afb105 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)