qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 09/20] disas/nanomips: Move typedefs etc to nanomips.cpp


From: Richard Henderson
Subject: Re: [PATCH v2 09/20] disas/nanomips: Move typedefs etc to nanomips.cpp
Date: Mon, 5 Sep 2022 12:14:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/5/22 10:55, Milica Lazarevic wrote:
The following is moved from the nanomips.h to nanomips.cpp file:
- #include line
- typedefs
- enums
- definition of the Pool struct.
Header file nanomips.h will be deleted to be consistent with the rest of
the disas/ code.

Signed-off-by: Milica Lazarevic<milica.lazarevic@syrmia.com>
Reviewed-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  disas/nanomips.cpp | 53 +++++++++++++++++++++++++++++++++++++++++++++-
  disas/nanomips.h   | 53 ----------------------------------------------
  2 files changed, 52 insertions(+), 54 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]