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

2022-08-15 Thread Philippe Mathieu-Daudé via
On 15/8/22 09:26, 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

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

2022-08-15 Thread Milica Lazarevic
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 --- disas/nanomips.cpp | 53 +