Re: [PATCH v3 19/24] disas/nanomips: Remove function overloading

2022-09-13 Thread Richard Henderson
On 9/12/22 13:26, Milica Lazarevic wrote: Disassemble function that calls the other variant of it is deleted. Where it is called, now we're directly calling the other implementation. Signed-off-by: Milica Lazarevic --- disas/nanomips.cpp | 7 +-- 1 file changed, 1 insertion(+), 6

[PATCH v3 19/24] disas/nanomips: Remove function overloading

2022-09-12 Thread Milica Lazarevic
Disassemble function that calls the other variant of it is deleted. Where it is called, now we're directly calling the other implementation. Signed-off-by: Milica Lazarevic --- disas/nanomips.cpp | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/disas/nanomips.cpp