On 15/8/22 09:26, Milica Lazarevic wrote:
Class fields have been replaced with the public static variables. Therefore, there is no more need for a constructor. The main goal is to remove NMD class completely.Signed-off-by: Milica Lazarevic <milica.lazare...@syrmia.com> --- disas/nanomips.cpp | 6 +++++- disas/nanomips.h | 9 --------- 2 files changed, 5 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>